docker build --tag node-app:alpine . Docker build reads the command from Dockerfile and builds an image. --tag allows me to name the docker ...
確定! 回上一頁