The following commands were executed on a Ubuntu 16.04 (b4 bits) VM with following configuation (OpenStack Flavor: m1.medium):
login as root as docker command needs root access. When logged-in as root 'sudo' becomes optional in each command below
git clone https://gerrit.opencord.org/voltha-go sudo apt-get install make sudo apt-get install python sudo apt-get install virtualenv sudo apt-get install gcc sudo apt-get install python-dev sudo apt-get install g++ sudo apt-get install libpcap-dev sudo apt-get install apt-utils sudo apt-get install docker-compose
sudo apt-get update
sudo apt-get install
apt-transport-https
ca-certificates
curl
software-properties-common
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
sudo apt-key fingerprint 0EBFCD88
sudo add-apt-repository
"deb [arch=amd64] https://download.docker.com/linux/ubuntu
$(lsb_release -cs)
stable"
sudo apt-get update
sudo apt-get install docker-ce
sudo docker run hello-world