Search for 16-04
docker search 16-04
Search for ubuntu
docker search ubuntu
once found
From the cloud
docker pull 1and1internet/ubuntu-16
check if install is successful
docker images
xhost +
docker run -i -t --env="DISPLAY" -v "$(pwd):/root/movidius-ncs2:rw" -v "/tmp/.X11-unix:/tmp/.X11-unix:rw" 1and1internet/ubuntu-16 /bin/bash
Install all you need in your docker and stay logged in
in another terminal
docker container list
take the container id
docker commit <container-id> ubuntu-movidius-ncs2
leave the previous terminal and test the new docker
docker run -i -t --env="DISPLAY" -v "$(pwd):/root/movidius-ncs2:rw" -v "/tmp/.X11-unix:/tmp/.X11-unix:rw" ubuntu-movidius-ncs2 /bin/bash