Skip to content

Commit b587995

Browse files
committed
update docker object readme
1 parent a99a1e9 commit b587995

1 file changed

Lines changed: 17 additions & 1 deletion

File tree

‎10-interacting-with-docker-objects/README.md‎

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
# Interacting with Containers and Other Docker Objects
22

3+
Familiarize yourself with the docker command line!
4+
5+
You should:
6+
1) Use the documentation here: https://docs.docker.com/engine/reference/commandline/cli/
7+
2) Use the `--help` flag (e.g. `docker build --help`) to get more info about each command.
8+
39
## Images
410

511
1) ls
6-
2) build
12+
2) build (https://docs.docker.com/engine/reference/commandline/build/)
713
3) tag
814
4) pull
915
5) push
@@ -34,3 +40,13 @@
3440
3) inspect
3541
4) rm
3642
5) prune
43+
44+
## Networks
45+
46+
1) ls
47+
2) create
48+
3) inspect
49+
4) connect
50+
5) disconnect
51+
6) rm
52+
7) prune

0 commit comments

Comments
 (0)