ubuntu - Docker installation on 16.04 LTS -


how install docker on ubuntu 16.04 lts

easiest run in bash terminal: wget -qo- https://get.docker.com/ | sh

you can @ these instructions:-

for installing private docker registry, use link. should work fine ubuntu16.04:-


Comments

Popular posts from this blog

c++ - list<myClass<int> * > sort -

c - Defining floating point constants, how many digits are useful? -

C# Apple Bonjour - how to monitor service records within Windows -