Skip to content
Snippets Groups Projects
Commit 2ecdf5e1 authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

MAINT: document how to build the image

parent 80f28ec0
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,15 @@ See [docs](docs.indiscale.com) or `INSTALL-GIT.md` for information on how to ins
Want to try it out? Try these steps:
## Building the image
You can build the docker image using the `docker` command in the `docker` folder:
```sh
cd docker
DOCKER_BUILDKIT=1 docker build -t caosdb .
```
The buildkit setting allows the usage of some special features in the `Dockerfile`.
The image will be named `caosdb`.
## Certificates
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment