Differences between revisions 3 and 5 (spanning 2 versions)
Revision 3 as of 2017-01-03 21:52:29
Size: 322
Editor: PieterSmit
Comment:
Revision 5 as of 2017-01-03 21:59:37
Size: 518
Editor: PieterSmit
Comment:
Deletions are marked like this. Additions are marked like this.
Line 14: Line 14:
   * downloaded images
     {{{ docker images }}}

   * run interactively
     {{{ $ docker run -it ubuntu:14.04 }}}

   * view running images and historic
     {{{ $ docker ps -a }}}

linux docker notes

  • On Ubuntu
    • install docker
    • add user to docker group, logout and log in again
      •  adduser Me docker 

    • docker search ubuntu:14.04
      •  $ docker search ubuntu:14.04   $ docker search --no-trunc --stars=1 etcd 

    • downloaded images
      •  docker images 

    • run interactively
      •  $ docker run -it ubuntu:14.04 

    • view running images and historic
      •  $ docker ps -a 

...

docker (last edited 2023-09-21 21:03:25 by PieterSmit)