Docker-compose命令-pull

命令

docker-compose pull

描述

Pull service images
拉取服务镜像

用法

1
pull [options] [SERVICE...]

选项

1
2
3
4
5
6
Options:
--ignore-pull-failures Pull what it can and ignores images with pull failures.
--parallel Deprecated, pull multiple images in parallel (enabled by default).
--no-parallel Disable parallel pulling.
-q, --quiet Pull without printing progress information
--include-deps Also pull services declared as dependencies

注意

示例

1
2
3
4
$ docker-compose pull
Pulling demo ... done
Pulling nginx ...
Pulling nginx ... done