You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
330 B
16 lines
330 B
[Unit]
|
|
Description=Hello, World!
|
|
Require=copy-embedded-images.service
|
|
After=copy-embedded-images.service
|
|
|
|
[Container]
|
|
Image=docker.io/library/helloworld:latest
|
|
Pull=never
|
|
|
|
[Service]
|
|
# Containers performs action and then stops gracefully
|
|
Type=oneshot
|
|
|
|
[Install]
|
|
# Start by default on boot
|
|
WantedBy=multi-user.target default.target
|
|
|