- Roll your own Docker server
Note:
- Let's see what that looks like...
- Install Linux
- Install Docker
- snap install docker? Nope!
- Deploy mechanism
- Manual SCP + SSH
- Jenkins
- Health Checks
- Cronjob "crontab -e"
- https://crontab.guru/
- And restart... no, re-deploy
- https://github.com/GDKsoftware/docker-jenkins-recovery-example
- Maintenance
- Diskspace and inodes
- Purging unused data
- Restart of host takes longer and longer
- Roll your own Docker server
- Cloud Docker container
- No need to maintain the underlying hardware, OS or docker itself
- Bare Instances