Docker Build
Docker Container
Building the Docker Container
./storagekit.sh build-docker
or with Podman
./storagekit.sh build-podman
or without script (manually) with docker:
docker build -t storagekit .
or with Podman
podman build -t storagekit .
Docker Compose
Run as RESTful service via Docker Compose:
docker-compose build
docker-compose up