Skip to content

Commit b302664

Browse files
committed
Fix container/hash to container/id
1 parent efba61e commit b302664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-without-docker.slide

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Build and run:
8383
$ docker build -t bashtest .
8484
$ docker run -it bashtest
8585

86-
(like Git, containers have hashes, and you can use the hash or a prefix instead of the name)
86+
(as with Git hashes, you can use the container ID or a prefix instead of the name)
8787

8888

8989
- Question: What runs as PID 1?

0 commit comments

Comments
 (0)