OpenLid: The Frontend of the Musikverein Leopoldsdorf
862
The OpenLid Multi-Arch Docker Image is designed to build and run the 'openlid' application on multiple architectures. This Docker image leverages the power of Rust and Alpine Linux to provide a lightweight and efficient environment for hosting OpenLid. The image supports both ARM64 and AMD64 architectures, making it versatile and suitable for various deployment scenarios.
To use the OpenLid Multi-Arch Docker Image, follow these steps:
docker pull mvlat/openlid:latest
docker run -d -p 80:80 -v /path/to/configuration.json:/usr/share/nginx/html/assets/configuration.json mvlat/openlid
The -p flag maps port 1926 inside the container to the host, enabling incoming connections.
The -v flag allows you to mount a host directory as a volume for persistent data storage.
The build process is designed to be versatile, allowing you to specify the target architecture during the build. To build the image for a specific architecture, use the following command:
docker buildx build -t mvlat/openlid:latest --platform=linux/amd64 --platform=linux/arm64 --progress=plain . --push
Note: This Docker image is continuously maintained and updated by the community to ensure compatibility with the latest versions of Angular and Alpine Linux. Contributions and feedback are welcome via GitHub. Happy OpenLiding! 🍻
Content type
Image
Digest
sha256:1ea896e7d…
Size
16.5 MB
Last updated
about 3 years ago
docker pull mvlat/openlid