-
Notifications
You must be signed in to change notification settings - Fork 47
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
Docker's Container on docker hub #126
Comments
Hi, Sorry for the delay. Can you check if
Note that the docker files present in this repo are just for evaluation. I can look how to create container on Docker Hub, but I have a basic knowledge of docker since I'm not using it for development or deployment. |
@SamR1 are you interested in a PR with a github action workflow to deploy to docker hub automatically. I could help with that. |
Hi, Thanks for your help offer :) |
Hi. I'm also interested on this because I use FitTrackee on a daily for my bike-commuting, and updating using docker is tedious in it's current state (I understand is for developing purposes and not for "production" use). How is this doing? I'm not an expert in docker, but I have a bit of experience and if help is needed to create the DockerHub and docker-compose for a "production-ready" deployment, I think I can help. |
@SamR1 it should be pretty straight forward to get it. |
Hi, Thanks for the link. I don't think if it's necessary to create a Javascript image, the Python application already includes js assets. Since I have no experience deploying with Docker images in production, if you or anyone else wants to start a PR, it would be great :). I have just created a repository on Docker Hub. If you have any questions, you can reach me on matrix. But FYI, at the moment I don't have much free time to work on FitTrackee :/. So, sorry in advance if it takes me a while to reply. |
I've read this (https://dockerlabs.collabnix.com/intermediate/workshop/DockerCompose/push_command.html) and make PR |
Or even better https://docs.docker.com/docker-hub/builds/link-source/ |
I've set workflow, after merging into master it generates images as you can see : Commit is here : |
So, it is possible to use the ghcr.io/davidhenrythoreau/fittrackee:sha-971cf6a image? |
You can use that |
Docker images are now available on Docker Hub and GitHub container registry. Link to documentation: https://samr1.github.io/FitTrackee/en/installation.html#id6 Thank to @DavidHenryThoreau for initiating the pull request. |
released in v0.8.13 |
I am a Linux novice and I cannot install fitrackee following the instructions - I have error:
Is it possible to create a container on docker hub? - this is the easiest way to install for many users.
Thanks!
The text was updated successfully, but these errors were encountered: