This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
idhub-docker/README.md
pedro f68e1638fc idhub docker temp
because of WIP on sso branches errors for musician and orchestra

and final verification for devicehub

only idhub is working
2023-10-31 11:00:08 +01:00

577 B

docker files and integrations

idhub

use script ./idhub_build.sh to rebuild it locally

TODO: incorporate to general docker compose

deploy everything in localhost

note: right now the same applies for localhost and reachable deployments

docker compose up

building and deploying new docker images

make docker

dev

if you want to enter a shell inside a new container:

docker run -it --entrypoint= ${target_docker_image} bash

if you want to enter a shell on already running container:

docker exec -it ${target_docker_image} bash