1
0
mirror of https://github.com/docker/cli.git synced 2025-08-08 12:02:07 +03:00

Implement build cache based on history array

Based on work by KJ Tsanaktsidis

Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
Signed-off-by: KJ Tsanaktsidis <kjtsanaktsidis@gmail.com>
This commit is contained in:
Tõnis Tiigi
2016-09-22 14:38:00 -07:00
committed by Tibor Vass
parent bed270a507
commit 1a8bdcd36f
2 changed files with 8 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ Build an image from a Dockerfile
Options:
--build-arg value Set build-time variables (default [])
--cache-from value Images to consider as cache sources (default [])
--cgroup-parent string Optional parent cgroup for the container
--cpu-period int Limit the CPU CFS (Completely Fair Scheduler) period
--cpu-quota int Limit the CPU CFS (Completely Fair Scheduler) quota