docker build

이동규 (Justin)·2023년 5월 30일
0

도커, 도커.

목록 보기
2/3
post-custom-banner

docker build [OPTIONS] PATH | URL | -

The docker build command builds Docker images from a Dockerfile and a "context".

A build's context is the set of files located in the specified PATH or URL.

The build process can refer to any of the files in the context. For example, your build can use a COPY instruction to reference a file in the context.

The URL parameter can refer to three kinds of resources: Git repositories, pre-packaged tarball contexts and plain text files.

profile
Frontend Developer, JamStack, Ethereum

0개의 댓글