Skip to content

Commit

Permalink
Update docker_cli_one_liners.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdalert committed Apr 9, 2016
1 parent 4cdc099 commit 916e682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker_cli_one_liners.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ docker inspect mittens
docker inspect mittens | grep IPAddress

# Docker inspect the last container created
docker inspect $(docker ps -qa | head -n1)
docker inspect $(docker ps -qal)

# Docker inspect all containers
docker inspect $(docker ps -qa)
Expand Down

0 comments on commit 916e682

Please sign in to comment.