Set container image (channel) host wide
SUMMARY
By default the latest image will be installed. If it is necessary to set the image for all new created containers, it can be done with a host VARIABLE
RESOLUTION
To specify a certain image, you can set the following VARIABLE on the host:

existing containers don't get changed. To change a container, delete it and let it recreate.
Related Articles
Change API host (dev)
SUMMARY A fortinium host is configured to communicate to the default api server (https://api.fortinium.com). RESOLUTION To change this (for dev purposes only!), you can set the following VARIABLE on the host: APIURL="https://mydevhost.fortinium.net"
Configure SSH access to Fortinium host
SUMMARY A fortinium host is configured to only allow SSH access to Fortinium support. RESOLUTION To allow IP addresses or DNS names (will be resolved on every restart of the host service), you can set the following VARIABLE on the host (comma ...
Disable Automatic Updates
SUMMARY A Fortinium host is configured to update it's software (OS and Fortinium software) on every OS start. RESOLUTION To prevent this, you can set the following VARIABLE on the host: DISABLE_UPDATES=1