Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2018-12-25 23:35:00
Size: 206
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 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 containers both running and stopped ||
|| # 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 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)