This repository contains a set of configuration files to set up the GraspOS registry.
- Clone CKAN-docker repository https://github.com/ckan/ckan-docker
git clone https://github.com/ckan/ckan-docker.git
- Copy
.env
file in the cloned root directory - Copy
Dockerfile
inside theckan/
folder - Copy
02_setup_scheming.sh
inside theckan/docker_entrypoint.d/
folder - Build the local image
docker compose build
- Start the containers:
docker compose up