This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
Hello, this might be a basic question but I am a beginner in the containers field and all I need is to do this once.
I am trying to deploy Kimai "a self hosted time sheet app that has an image on docker" to azure container/app instance.
here is the website of the app [Kimai][1].
This image is found on docker here [Kimai Docker][2]
I want to deploy the kimai app "either through the docker image or any other way" to an azure container instance or azure container app instance to be able to use it on multiple devices.
the image states it requires Mysql db, PHP nginx
I have tried creating an azure registry and then adding the kimai image through the command
docker tag kimai/kimai2 containersimagesorion.azurecr.io/kimai/kimai2
docker push containersimagesorion.azurecr.io/kimai/kimai2
Then creating an app instance using the created registry and all the default values unchanged.
It would be really helpful if someone could tell me how to deploy this or at least point me to the start of how to do that.
Subreddit
Post Details
- Posted
- 1 year ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/selfhosted/...