docker

Container platform for building and running apps

← All commands

Common Examples

$ docker run -it ubuntu bash
$ docker build -t app .
$ docker ps -a
$ docker-compose up -d
$ docker system prune -a