docker build -t gigatec/ubuntu-14.04-dev -f ./Dockerfile . docker build -t gigatec/ubuntu-14.04-dev -f ./Dockerfile.001 ../.. docker build -t gigatec/ubuntu-14.04-dev -f ./Dockerfile.002 ..
docker run --name upgrade.dev gigatec/ubuntu-16.04-php7.0 docker exec -ti upgrade.dev bash --login # ds-root upgrade docker commit -m "Install php-xdebug" upgrade.dev gigatec/ubuntu-16.04-php7.0
docker history gigatec/ubuntu-16.04-php7.0
docker tag 4b82e0b30929 gigatec/ubuntu-16.04-php7.0
docker push gigatec/ubuntu-16.04-php7.0
docker rm upgrade.dev