Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1009 Bytes

readme.md

File metadata and controls

44 lines (30 loc) · 1009 Bytes

Docker using canary repository

Prerequisites:

Using licenses module

Create a directory at the root of this repository named licenses (or customize it in the docker-compose.yml file) and place the license files in this directory. This directory will be automatically mounted on the container in /etc/centreon/license.d.

Create a key to use with SSH

Create a key using this command:

mkdir ssh
ssh-keygen -t rsa -f ssh/id_rsa

Change the file docker-compose, in entry - ./ssh/id_rsa:/var/spool/centreon/.ssh/id_rsa with you ssh key path.

How to use

docker-compose up

To always force build of containers, use the command:

docker-compose up --build

For clean all enviorement:

docker-compose down -v --rmi local