13 lines
250 B
Text
13 lines
250 B
Text
|
[Unit]
|
||
|
Description = Download Latest FCOS Image
|
||
|
|
||
|
[Container]
|
||
|
ContainerName = fcos_downloader
|
||
|
Image = image_downloader.image
|
||
|
Exec = download -s stable -f pxe
|
||
|
Volume = fcos_images.volume:/data:z
|
||
|
WorkingDir = /data
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|