-
-
Notifications
You must be signed in to change notification settings - Fork 130
docker alpine #192
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Thank you, that sounds useful I think. @juzam could you have a look at this, and should we mention this in |
I hope to take a look at the repo and the image during the weekend. As per the mention, a line in README.md after how the official images are being built and pushed to the Docker HUB would do? |
BUILD USE TAG for RPI - :armhf USE TAG for RPI - :armhf add option -v /ot-recorder/htdocs:/usr/share/ot-recorder/htdocs -v /ot-recorder/store:/var/lib/ot-recorder/store where dir before : is host created dir and after : there is directory inside docker You should remember that all structure of recorder for http and store must be copied from docker container before start / stop: docker cp [OPTIONS] CONTAINER:SRC_PATH DEST_PATH|- https://docs.docker.com/engine/reference/commandline/cp/ docker ot-recorder start docker ot-recorder stop |
closes owntracks#192
Hi,
I created docker on alpine linux with mqtt integrated - for rpi and amd64 platforms.
https://hub.docker.com/r/robowntracks/owntracks-alpine/
https://github.com/roblad/ot-recorder
Regards,
RL
The text was updated successfully, but these errors were encountered: