Skip to content

eclipse-tocandira/Container-Watchdog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Service Manager

This repository contains an application to control the internal configurations of other docker containers inside the same compose.

Dependencies

This repository is a docker image. To use it one will need:

$ sudo apt install docker docker.io

Also some configurations regarding the addition of your user to the docker group may be needed.

$ sudo usermod -aG docker $USER

After the execution of the past command a Logout and Login is needed.

Building the image

$ docker build -t orchestrator:<tag> .

With:

  • <tag>: as the image version, i.e. 0.2.0

Configurations

  • Volumes:
    • /var/run/docker.sock: Docker socket connection

Running the image

$ docker run -v /var/run/docker.sock:/var/run/docker.sock -v $PWD/config:/home/config --name orchestrator orchestrator:<tag>

With:

  • <tag>: as the image version, i.e. 0.2.0

About

This repository contains an application to control the internal configurations of other docker containers inside the same compose.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published