Skip to content

Commit

Permalink
add stop container
Browse files Browse the repository at this point in the history
  • Loading branch information
tyun08 committed Sep 29, 2022
1 parent 85ae6b4 commit a1ed2d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helper.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ docker-compose up --build local-runner
# list the uprunning containers:
docker container ls
# stop the containers:
# stop the containers: (if your computer is fanning out and you hate it)
docker container stop docker_postgres_1 docker_local-runner_1
# remove the containers: (normally we don't need to remove)
docker container rm `docker container ls -a|grep mwaa|awk '{print $1}'`
Expand Down

0 comments on commit a1ed2d9

Please sign in to comment.