Skip to content
Eric Wustrow edited this page Oct 18, 2023 · 3 revisions

Docker Deployment

TODO - this is a skeleton page

Conjure can be deployed in a containerized system.

Docker Layout

Updating station (e.g. on windyheron)

in /home/jmwample/refract/conjure I call from the repo root:

  1. Rebuild the container make container pfring_ver=7.8.0

  2. Down the running station container processes docker-compose -f docker/docker-compose.yaml down

  3. Launch the rebuilt container processes docker-compose -f docker/docker-compose.yaml up -d

  4. (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