Docker cheat sheet
		
		
		
		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
# List images
docker images
# Get properties:
docker ps
docker inspect REPOSITORY
# Enter container:
docker exec -it REPOSITORY /bin/bash