My custom Docker image with Zabbix scripts.
- See the REQUIREMENTS.md file.
- See the CONTRIBUTING.md file.
-
Change the content of scripts.
-
Change the value of the
VERSION
variable inzabbix-scripts/Makefile
file. -
Commands to build the image:
cd zabbix-scripts
make image
Commands to run a container:
cd zabbix-scripts
make container
More information about docker run command: https://docs.docker.com/engine/reference/run/
-
Create or access your account in Docker Hub and create the repository for custom image. Example: https://hub.docker.com/r/DOCKER_HUB_ACCOUNT/zabbix-scripts
-
Commands to publish the image:
cd zabbix-scripts
make publish
- See the LICENSE file.