gluon/contrib/docker
Martin Weinelt 8c9f0126a5
Add helper to run a containerized build environment
Using `make container` or, if you don't have automake/gmake on your host
system, `./scripts/container.sh` will build an image for the current
branch your are on and drop you into a shell running inside a container
using that image.

From there all tooling required to work on Gluon is available.

Supports both podman (preferred) and docker.
2021-12-19 15:59:56 +01:00
..
Dockerfile Add helper to run a containerized build environment 2021-12-19 15:59:56 +01:00