Differences between revisions 2 and 3
Revision 2 as of 2019-02-08 04:45:37
Size: 408
Editor: scot
Comment:
Revision 3 as of 2019-02-08 17:11:08
Size: 425
Editor: scot
Comment:
Deletions are marked like this. Additions are marked like this.
Line 11: Line 11:
|| # docker ps -a || List all running containers || || # docker ps -a || List all containers both running and stopped ||

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 containers both running and stopped

# docker images ls

List images on this machine

# docker run [imagename]

Runs image

NetworkConfiguration/Docker (last edited 2021-08-13 16:18:58 by scot)