-
Notifications
You must be signed in to change notification settings - Fork 23
Docker
Eric Wustrow edited this page Oct 18, 2023
·
3 revisions
TODO - this is a skeleton page
Conjure can be deployed in a containerized system.

in /home/jmwample/refract/conjure I call from the repo root:
-
Rebuild the container
make container pfring_ver=7.8.0 -
Down the running station container processes
docker-compose -f docker/docker-compose.yaml down -
Launch the rebuilt container processes
docker-compose -f docker/docker-compose.yaml up -d -
(optional) watch logs (for conjure-app, if no service name is specified it follows all services)
docker-compose -f docker/docker-compose.yaml logs -f conjure-app
https://github.com/refraction-networking/conjure/tree/master/docker#build-and-run