Skip to content

Instantly share code, notes, and snippets.

View ko22009's full-sized avatar
🏠
Working from home

Ruslan Kutliakhmetov ko22009

🏠
Working from home
View GitHub Profile
@ko22009
ko22009 / docker_commands.txt
Created September 26, 2020 07:56
Docker useful commands
docker-compose up
docker-compose down
docker-compose down -v
docker exec -it php bash
Useful commands
List all containers (only IDs)
docker ps -aq