Container
Create and run container
In detached (background) mode
Specify Ingress firewall rule for container
Create container and get inside container bash shell
docker run -it --name <NAME> <IMAGE> /bin/bash
# or using lightweight shell:
docker run -it --name <NAME> <IMAGE> /bin/sh
Create and run with environment var
Start
Stop
Restart
Remove
List
Execute
Execute a command on a container
Detached
Interactive
Detail of a container
Visualize Realtime Metrics
Logs
Container DIR
Docker container is a process from a directory