cleanup
This commit is contained in:
@@ -28,10 +28,10 @@ docker rmi mozo_faye
|
||||
docker build -f faye/Dockerfile -t mozo_faye .
|
||||
|
||||
# debug docker and enter the bash:
|
||||
# docker run --network=host --env DRB_ENV=production -t -i --rm mozo_faye bash
|
||||
# docker run -t -i --rm mozo_faye bash
|
||||
|
||||
# 5. Spin up the counter container from the generated image
|
||||
docker run --network=host --env DRB_ENV=production --restart unless-stopped --detach --name=mozo_faye mozo_faye
|
||||
docker run --network=host --restart unless-stopped --detach --name=mozo_faye mozo_faye
|
||||
|
||||
# To just start the container created through al these steps without rebuilding them:
|
||||
# docker container start $(docker ps -a -q --filter ancestor=mozo_faye)
|
||||
|
||||
Reference in New Issue
Block a user