Skip to content

Latest commit

 

History

History
66 lines (40 loc) · 1.29 KB

README.md

File metadata and controls

66 lines (40 loc) · 1.29 KB

zabbix-scripts

About

My custom Docker image with Zabbix scripts.

Contributing

Updating the Docker image

  • Change the content of scripts.

  • Change the value of the VERSION variable in zabbix-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/

Publishing the image

cd zabbix-scripts

make publish

Developers

License