Hamlib/docker-build
Brandon Durepo 5028a0c440 Added multi-platform support for linux/arm64 and linux/amd64 2024-12-20 23:05:03 -08:00
..
Dockerfile Added multi-stage Docker build and hamlib-runtime image 2024-12-20 22:37:50 -08:00
README.docker Added multi-platform support for linux/arm64 and linux/amd64 2024-12-20 23:05:03 -08:00

README.docker

# Build, execute from the repository root 
`docker buildx build --platform linux/amd64,linux/arm64 -t hamlib-runtime -f docker-build/Dockerfile .`

# Run the hamlib-runtime
`docker run -it hamlib-runtime bash`