59960cbc73 | ||
---|---|---|
docker | ||
.dockerignore | ||
.env.example | ||
.gitignore | ||
Makefile | ||
README.md | ||
build__all.sh | ||
build__common.sh | ||
build__pilot-lafede.sh | ||
build__pilot-pangea.sh | ||
build__pilot-setem.sh | ||
build__pilot-xo9b.sh | ||
docker-compose__pilot-lafede.yml | ||
docker-compose__pilot-pangea.yml | ||
docker-compose__pilot-setem.yml | ||
docker-compose__pilot-xo9b.yml | ||
docker-compose_idhub-temp.yml | ||
docker-compose_orchestra-temp.yml | ||
orchestra_build.sh | ||
pull-repos.sh |
README.md
docker files and integrations
idhub
build
# clone or get latest versions of repos
./pull-repos.sh
# rebuild idhub locally
./idhub_build.sh
in production, use ./idhub_build.sh prod
to enable detaching
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