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 -

SoapUI on windows 10 - high DPI/4K scaling issue -

java - why am i getting a "cannot resolve method" error on getApplication? -