Skip to content

Docker cheat sheet

Matias Tamsi edited this page Aug 22, 2021 · 15 revisions

We recommend to consider taking the course DevOps with Docker.

Here are useful commands gathered that are essential when working with the project.

Docker

´´´ // List all running containers (also hidden ones) docker container ls -a ´´´

docker-compose

Repositories

Clone this wiki locally