Skip to content

centreon-lab/docker-canary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published