# build image
docker build -t onelab/ubuntu16.04 .

# push image to docker-hub
docker login
docker push onelab/ubuntu16.04
