跳到主內容

Docker File

Docker File 官方說明

Dockerfile reference | Docker Documentation


Build Dockerfile

# docker image build -t {name}:{tag} {dokerfile 目錄}
docker image build -t hello_py:v1 .