Differences between revisions 2 and 3
Revision 2 as of 2017-01-03 21:47:03
Size: 221
Editor: PieterSmit
Comment:
Revision 3 as of 2017-01-03 21:52:29
Size: 322
Editor: PieterSmit
Comment:
Deletions are marked like this. Additions are marked like this.
Line 11: Line 11:
     {{{ $ docker search ubuntu:14.04 }}}
     {{{ $ docker search --no-trunc --stars=1 etcd }}}

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 

...

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