Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions dockerworkshop
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,31 @@ Dev


docker build -t brajeshprince .


Feb 12:

1 sudo apt-get update && apt install docker.io -y
2 docker run -it ubuntu
3 docker images
4 docker ps -a
5 docker start 2d84148e8989
6 docker ps
7 docker images
8 docker commit 2d84148e8989 abhishekimagepython
9 docker images
10 docker save abhishekimagepython > sandeep.tar
11 ls
12 docker ps
13 docker inspect wonderful_cannon
14 docker logs wonderful_cannon
15 docker logs -f wonderful_cannon
16 docker logs -follow wonderful_cannon
17 docker stats
18 docker logs -f wonderful_cannon > indra.log
19 docker logs wonderful_cannon > indra.log
20 ls
21 docker logs --follow wonderful_cannon
22 history