Experimenting with Docker

I just started playing with Docker and kubernete. But first I played with Docker.

Docker

To install this try the convenience script: https://get.docker.com/.

Common Commands - Managing images

# docker ps -a

List all running containers

# docker images ls

List images on this machine

# docker run [imagename]

Runs image