amcginlay / docker-scratch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-scratch

docker build -f Dockerfile.full -t hello-full .
docker build -f Dockerfile.scratch -t hello-scratch .

docker run hello-full
docker run hello-scratch

docker images

... compare the image sizes!

About


Languages

Language:Go 100.0%