Docker - Container

A Docker container image is a lightweight, standalone, executable package of software that includes everything needed to run an application: code, runtime, system tools, system libraries and settings.


Assign a hostname to the container

Automatically delete containers when they exit

Create a container

List Containers

List only stopped Containers

Manipulating Time Inside a Docker Container

Name a container

Remove a container

Restart a container

Run a Docker Container

Share data between a docker container and the Host

Share data between docker containers

Start a Container

Stop a Container