How can we help you today?

Tag: docker
4 results found

Enable Docker Monitoring Inside Zabbix

On the agent Make the Zabbix library directory: Make the Zabbix agent directory under the Zabbix: mkdir /usr/local/lib/zabbix/agent/ Move to the created agent directory: cd /usr/local/lib/zabbix/agent/ Download compiled module for your specific Linux distro (I am using CentOS 7): wget https://github.com/monitoringartist/zabbix-docker-monitoring/raw/gh-pages/centos7/3.4/zabbix_module_docker.so Ensure you download the correct (.so) file for your Linux distro and agent version. […]

Install Docker on CentOS 7

Remove any old versions of docker: yum remove docker \ docker-client \ docker-client-latest \ docker-common \ docker-latest \ docker-latest-logrotate \ docker-logrotate \ docker-selinux \ docker-engine-selinux \ docker-engine Install dependencies: yum install -y yum-utils \ device-mapper-persistent-data \ lvm2 Add docker repository for yum install: yum-config-manager \ –add-repo \ https://download.docker.com/linux/centos/docker-ce.repo Install docker via yum: yum install docker-ce You can also […]

Install Docker Compose on CentOS 7

Ensure that curl is installed: yum install curl -y Pull the binary from docker: sudo curl -L “https://github.com/docker/compose/releases/download/1.23.1/docker-compose-$(uname -s)-$(uname -m)” -o /usr/local/bin/docker-compose Make the binary executable: sudo chmod +x /usr/local/bin/docker-compose Test the binary by pulling through the compose version: docker-compose –version You should see something like the following: [root@test ~]# docker-compose –version docker-compose version 1.23.1, […]

ICTU LTD is a company registered England and Wales (Company No. 09344913) 142 Thornes Lane, Wakefield, England, WF2 7RE
Copyright © 2025 ICTU LTD, All Rights Reserved.