FROM scratch
MAINTAINER Aario <[email protected]>
ENV SHARED_GROUP docker
I build a docker image with above dockerfile.
After runing docker build -t "aario/centos" .
It creates this image aario/centos and the <none>
image:
Is it ok? And how to solve it?
When I run docker rmi 2f???????
to remove the aario/centeros image. The <none>
image will be removed on the same time.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…