Dockerfile命名

1. dockerfile命名可以修改,修改后需用 -f 修改后的名称 .

    docker build -t test -f dockerfile .

你可能感兴趣的:(docker,docker)