Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 399 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 399 Bytes

Intro

Collection of docker compose configuration and it's examples

Usage

1. Clone

git clone https://github.com/aysf/example.git $HOME/docker/example

2. Create Container

docker-compose -f $HOME/docker/docker-compose/path-to/docker-compose.yaml up -d

3. Delete Container

docker-compose -f $HOME/docker/docker-compose/path-to/docker-compose.yaml down