CHEATSHEET: Docker CLI - Basic Commands and Concepts

published on Fri May 15 2020

Docker is a gamechanger when it comes to scalable application development and deployment. However, as an individual developer, there are lots of benefits that you can get out of using it in your personal workflows. For example, installing any database doesn’t require you to spend hours 😫 setting up its dependencies and resolving its quirks. You can just use Docker to get ready to use images for popular software packages. This is a list of commonly used Docker CLI commands.

Creating containers

Managing containers

Removing containers

Creating images