2016-06-21 7 views
0

docker build --pull에 해당하는 것은 무엇입니까? 도커로 작성한? 도커가 빌드와 함께 작성 - 풀 옵션

는 고정 표시기의 작성 기준은 인수를 컨텍스트를 구축 파일을 구축하고, 구축을 나타냅니다,하지만 그것은 같은 docker-compose build --pull의 작성중인 고정 표시기 내부

감사

답변

0

를 빌드 옵션을 지정하는 구문을 찾을 수 없습니다 :

$ docker-compose build --help 
Build or rebuild services. 

Services are built once and then tagged as `project_service`, 
e.g. `composetest_db`. If you change a service's `Dockerfile` or the 
contents of its build directory, you can run `docker-compose build` to rebuild it. 

Usage: build [options] [SERVICE...] 

Options: 
    --force-rm Always remove intermediate containers. 
    --no-cache Do not use cache when building the image. 
    --pull  Always attempt to pull a newer version of the image.