-
Notifications
You must be signed in to change notification settings - Fork 47
Docker
Calin Crisan edited this page Dec 1, 2022
·
3 revisions
This page is about enabling Docker and friends on your thingOS source code so that your thingOS-powered devices can run Docker images and/or Docker Compose projects.
To have Docker built on your OS, simply enable the following packages:
docker-engine
docker-cli
-
docker-compose
(optional) fuse-overlayfs
Docker Engine will automatically be started by the S60dockerd
init script.
You can provide a docker-compose.yml file containing a Compose project and it will be automatically started at boot by the S80dockercompose
init script.
Keep in mind that the first run may take a lot of time (tens of minutes), depending on the size of Docker images you have in your Compose file.
- bluetooth.conf
- captive-portal.conf
- cpufreq.conf
- date.conf
- dnsmasq.conf
- docker-compose.yml
- dtoverlays
- dyndns-update.sh
- environment
- firewall.sh
- fstab.user
- hostapd.conf
- ifalias.conf
- localtime
- modprobe.conf
- modules
- mongodb.conf
- netwatch.conf
- ntp.conf
- os.conf
- proftpd.conf
- redis.conf
- smb.conf
- ssh/config
- ssh/sshd_config
- ssl/domain
- ssl/email
- static_ip.conf
- sysctl.conf
- toemmc.conf
- version
- watchdog.conf
- wpa_supplicant.conf