docker inspect <container id/name>
Inspect the container
docker logs <container id/name>
Retrieves the logs of a container
docker kill <container id/name>
Kill a running container
docker pause <container id/name>
Suspends all the processes in the running container
docker port <container id/name>
Lists the port mappings for the container
docker restart <container id/name>
Restarts the container
docker rm <container id/name>
Removes the container
docker run <container id/name>
Run a command in a new container
docker stats <container id/name>
Display a live stream of container(s) resource usage statistics
Stop one or more running containers
docker unpause <container id/name>
Un-pause all processes within one or more containers