Docker
Dockerhub
Section titled “Dockerhub”The docker image is available on Dockerhub.
You can pull the latest version of the image from Dockerhub using:
docker pull linwooddev/swampThe tags are:
:latestis the current main branch:devis the current develop branch:stableis the latest stable release (like the git tag):nightlyis the latest nightly release (like the git tag)- Tags starting with
:vare releases
Start the server using: docker run -p 8080:80 -d linwooddev/swamp.
Selfbuilding
Section titled “Selfbuilding”Clone the repository and build thHe Dockerfile using: docker build -t linwood-swamp.
Start the server using: docker run -p 8080:80 -d linwood-swamp.