Skip to content
This repository was archived by the owner on Sep 22, 2024. It is now read-only.

Commit 19da486

Browse files
authored
update based user feedback (#89)
1 parent 63ea4f6 commit 19da486

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

LabSeries/02-Docker-Part-1/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,9 @@ docker commit -c 'CMD ["/bin/bash", "-l"]' -c 'WORKDIR /root' jumpbox jumpbox
9090
# our jumpbox image is created
9191
docker images
9292

93+
# stop the jumpbox prior to removing
94+
docker stop jumpbox
95+
9396
# remove container
9497
docker rm jumpbox
9598

0 commit comments

Comments
 (0)