barcodebuddy-docker
barcodebuddy-docker copied to clipboard
Docker image for BarcodeBuddy
BarcodeBuddy on Docker
$\textcolor{red}{\textsf{Attention}}$ Please note that the image name has changed from barcodebuddy-docker to barcodebuddy! This image is now a multi-arch image, therefore you can use the tag latest or latest-dev for all architectures.
Install Docker
Follow these instructions to get Docker running on your server.
Available on Docker Hub (prebuilt) or built from source
To pull the latest images to your machine:
docker pull f0rc3/barcodebuddy:latest
docker run -d -v bbconfig:/config -p 8080:80 -p 4433:443 f0rc3/barcodebuddy:latest
Replace the ports 8080 and 4433 with a port of your choice, which will be exposed on your local machine.
Documentation
Please have a look at the documentation, for more information on how to install and use the docker image.
Architectures
The architectures supported by this image are:
Architecture | Tag |
---|---|
amd64 | latest |
arm64 | latest |
armhf | latest |
x86 | latest |
Developer image
If you would like to use the unstable channel, which includes all commits and might be more up to date than the release, use the following command:
docker pull f0rc3/barcodebuddy:latest-dev
The architectures supported by this image are:
Architecture | Tag |
---|---|
amd64 | latest-dev |
arm64 | latest-dev |
armhf | latest-dev |
x86 | latest-dev |
To build from scratch
Latest release
docker build --no-cache --pull -t forceu/barcodebuddy .
Latest commit (unstable)
docker build --no-cache --pull -t forceu/barcodebuddy-dev -f Dockerfile.dev .
Additional Information
Websockets
In the current version, the websockets are only used for internal communication. Everything will work out of the box.
Exposed Ports
- 80: HTTP
- 443: HTTPS
Misc
The docker images build are based on Alpine, with an extremely low footprint (about 70MB in total).
Contributors
License
The MIT License (MIT)
Based on: https://github.com/linuxserver/docker-grocy
Donations
As with all Free software, the power is less in the finances and more in the collective efforts. I really appreciate every pull request and bug report offered up by BarcodeBuddy's users, so please keep that stuff coming. If however, you're not one for coding/design/documentation, and would like to contribute financially, you can do so with the link below. Every help is very much appreciated!