Category: Docker
-
Zabbix is an open-source software tool to monitor IT infrastructure such as networks, servers, virtual machines, and cloud services
Of course you can run Zabbix as a set of Docker containers. That looks most convenient nowadays.
-
Alpine Linux is a Linux distribution based on BusyBox – it is perfect for containers providing quick boot-up times
https://en.wikipedia.org/wiki/Alpine_Linux
-
“Kubernetes” is an open-source container orchestration system for automating application deployment, scaling, and management
https://en.wikipedia.org/wiki/Kubernetes
-
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
-
Get Docker CE for Debian
https://docs.docker.com/install/linux/docker-ce/debian/
-
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…
-
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…