Differences between revisions 1 and 2
Revision 1 as of 2018-12-25 23:35:00
Size: 206
Editor: scot
Comment:
Revision 2 as of 2019-02-08 04:45:37
Size: 408
Editor: scot
Comment:
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
To install this try the convenience script: https://get.docker.com/. 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 ||

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

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