Difference between revisions of "docker notes"

From thelinuxwiki
Jump to: navigation, search
(Created page with "==installation== debian... $ sudo apt install docker.io *** note, apt install docker DOESNT install the real deal. ==image building== debian (secure build) - [https://git...")
 

Latest revision as of 19:06, 16 August 2019

installation

debian...

$ sudo apt install docker.io
      • note, apt install docker DOESNT install the real deal.

image building

debian (secure build) - https://github.com/jmtd/debian-docker


tutorial

docker-curriculum.com