- https://learning.oreilly.com/scenarios/
- https://learning.oreilly.com/interactive/
- Ansible Sandbox
- DevOps Tools Sandbox
- Jenkins Sandbox
- Bash Sandbox
- Ruby on Rails Sandbox
- Docker Sandbox
- Kubernetes Sandbox
- …
Category: Docker
-
sandboxes and labs available on the O’Reilly learning platform
-
Synology DSM comes with “Container Manager” for Docker
- https://www.synology.com/en-us/dsm/feature/container-manager
- https://www.portainer.io/ – “Portainer is the most versatile container management software”
- https://mariushosting.com/synology-30-second-portainer-install-using-task-scheduler-docker/ – “30 Second Portainer Install Using Task Scheduler & Docker”
-
Zabbix is an open-source software tool to monitor IT infrastructure such as networks, servers, virtual machines, and cloud services
- https://en.wikipedia.org/wiki/Zabbix
- https://learning.oreilly.com/library/view/zabbix-6-it/9781803246918/ – looks like their most recent publication on Zabbix right now
Of course you can run Zabbix as a set of Docker containers. That looks most convenient nowadays.
-
JFrog Artifactory on Docker
- https://www.jfrog.com/confluence/display/RTF/Installing+with+Docker
- https://www.jfrog.com/confluence/display/RTF/Upgrading+Artifactory#UpgradingArtifactory-DockerInstallation
- https://www.jfrog.com/confluence/display/RTF/Installing+Artifactory
- https://www.jfrog.com/confluence/display/RTF/System+Requirements
-
how to upgrade a docker container after its image changed?
- https://stackoverflow.com/questions/26734402/how-to-upgrade-docker-container-after-its-image-changed
- https://hub.docker.com/r/sameersbn/gitlab/ – the Docker container image’s home page
I am using a Docker container for a GitLab CE installation. The GitLab installation inside tells me “update asap“. How do I deal with that?
- should I wait for an update of the Docker container image? (that’s what the article title refers to)
- will that update preserve my data already living inside the container?
- alternatively: how to update the GitLab installation myself? (I find the update request rather urgent)
- https://docs.gitlab.com/omnibus/update/README.html#zero-downtime-updates – instructions for zero downtime updates
I wasn’t able to find any gitlab related APT / Debian package I could even try to update.
-
Synology DiskStation DS218+
- https://www.synology.com/en-uk/products/DS218+
- https://en.wikipedia.org/wiki/Docker_(software) – virtualisation software, actually: “containerisation” – after the DS713+ my 2nd attempt to get Docker running on a Synology device
In order to give the software a little more air to breathe, I got a 4GB RAM module right away together with the “chassis” and the 2 3TB discs to go into the bays, so that all the software planned to run on that box will comfortably work and live there.
I wasn’t really running out of disc space on NAS-s and the DS713+ isn’t really that much worse, but then there are 5 years in between them, and the also DS218+ officially allows the extra RAM – so I am quite committed to dive into the world of Docker soon.
- https://en.wikipedia.org/wiki/GitLab – GitLab gets supplied as ready-made Docker container, i.e. available for the DS218+
Having your own web-based frontend to your git repos sounds quite intriguing. So getting “my own GitLab” up and running is quite a motivating start for my Docker involvement.
Update 2019-01-12: The resource monitor (of the NAS) makes me think, everything runs alright. And: GibLab does run on my NAS – amazing!