This image extends the base image by my scripts, advanced scripts, development scripts and helper scripts. In addition, some required packages are contained.
- Pull from Docker Hub, download the package from Releases or build using
builder/build.sh
To build and run the docker container for development execute:
docker compose --file docker-compose-dev.yaml up --buildThis repository contains a devcontainer.json. To develop using
a dev container, ensure you have Docker or an alternative like Podman installed and open the project
in a compatible editor like VSCode. The dev container setup will automatically configure the
development environment.