Skip to content

Commit

Permalink
Merge pull request #144 from vietbeesolutions/main
Browse files Browse the repository at this point in the history
Fix typos S04 Creating and Using Containers.txt
  • Loading branch information
BretFisher authored Jan 11, 2024
2 parents d06fc93 + 21b0e92 commit 859aeaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion references/S04 Creating and Using Containers.txt
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ docker container run -d --net dude --net-alias search elasticsearch:2

docker container ls

docker container run --rm -- net dude alpine nslookup search
docker container run --rm --net dude alpine nslookup search

docker container run --rm --net dude centos curl -s search:9200

Expand Down

0 comments on commit 859aeaf

Please sign in to comment.