Update
This commit is contained in:
@@ -30,6 +30,7 @@ image = "<IMAGE>" # Podman image name
|
||||
depend = ["<SERVICE NAME>"] # Name of any service in /etc/init.d to depend on
|
||||
restart = "unless-stopped" # Restart, optional. Defaults to "unless-stopped"
|
||||
detach = true # Run container in detach mode, optional, default true. Recommended.
|
||||
interactive = false # Run container in interactive mode, optional, default false
|
||||
hostname = "<HOSTNAME>" # Host name, optional.
|
||||
command = "<COMMAND>" # Container command to run, optional.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user