mirror of
https://github.com/docker/cli.git
synced 2026-09-24 07:25:07 -05:00
Signed-off-by: Srini Brahmaroutu <srbrahma@us.ibm.com> Upstream-commit: b1cc78b8f5d0c85c80c04a15fa791025ae7d22e6 Component: engine
7 lines
113 B
Bash
7 lines
113 B
Bash
#!/bin/bash
|
|
|
|
bundle .ensure-emptyfs
|
|
bundle .ensure-frozen-images
|
|
bundle .ensure-images
|
|
bundle .ensure-httpserver
|