mirror of
https://github.com/docker/docs.git
synced 2026-03-27 22:38:54 +07:00
keywords should be a string, not an array containing one string Signed-off-by: Gaetan de Villele <gdevillele@gmail.com>
571 B
571 B
description, keywords, title
| description | keywords | title |
|---|---|---|
| docker-compose build | fig, composition, compose, docker, orchestration, cli, build | docker-compose build |
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.
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, run docker-compose build to rebuild it.