Docker cheat sheet

From Tom's notes
Jump to navigation Jump to search
# List images
docker images

# Get properties:
docker ps
docker inspect REPOSITORY

# Enter container:
docker exec -it REPOSITORY /bin/bash