Merge pull request #4 from docwhat/patch-1

Update README.md
This commit is contained in:
Red5d
2018-03-20 14:34:57 -04:00
committed by GitHub

View File

@@ -21,8 +21,8 @@ With this tool, I can easily generate docker-compose files for managing the cont
Build container by running:
docker build -t docker-autocompose .
docker build -t red5d/docker-autocompose .
Use the new image to generate a docker-compose file from a running container:
docker run -v /var/run/docker.sock:/var/run/docker.sock docker-autocompose $container-id
docker run -v /var/run/docker.sock:/var/run/docker.sock red5d/docker-autocompose $container-id