aparcar / libremesh-docker

1 stars 2 forks source link

LibreMesh Docker

This is a x86/64 Docker image for testing and developing.

Available tags:

Use image

To dive into the image run the following command:

docker run --name libretest aparcar/libremesh:latest
docker exec -it libretest sh

Some stuff may fail, please report by creating an issue!

Build image

Modify the content of the archives latest.tar.gz or stable.tar.gz and build it with the following command

TAG=latest # or stable
docker build -t "libremesh:$TAG" --build-arg "TAG=$TAG" .

To run the self build package run

docker run -d --name libretest libremesh:$TAG
docker exec -it libretest sh