Skip to content

aparcar/libremesh-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LibreMesh Docker

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

Available tags:

  • stable using 17.06 branch of lime-packages based on LEDE 17.04.4
  • latest using develop branch of lime-packages based on OpenWrt snapshots.

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published