1
0
mirror of https://github.com/rancher/os.git synced 2025-09-03 07:44:21 +00:00

Autoload the predefined user images

This commit is contained in:
niusmallnan
2019-05-16 14:11:17 +08:00
committed by niusmallnan
parent 6e6f7f38d7
commit 679fc1a208
3 changed files with 18 additions and 0 deletions

View File

@@ -23,6 +23,7 @@ const (
ImagesPath = "/usr/share/ros"
InitImages = "images-init.tar"
SystemImages = "images-system.tar"
UserImages = "images-user.tar"
Debug = false
SystemDockerBin = "/usr/bin/system-dockerd"
DefaultDind = "rancher/os-dind:17.12.1"