We are using a docker-compose
to manage the various containers. See how to docker for install and basics:
make first-run
ℹ️: You will be asked to create a super user.
Create the coaxisopt_daemon
container so we can use it as template:
cd daemon
docker build --tag coaxisopt_daemon .
After having create a client
we will need to create a daemon
Finally go to http://localhost/
cd daemon/
./help-me.mk build dev
To locate where is the daemon
container on the network:
make where-is-front-office --silent