Mark van Haaren
Hi,
At this moment I noticed the Docker private registery images are not fully supported. I managed to get it working with a workaround but it should be awesome if this is implemented in the Ploi dashboard.
Steps I did to make it work:
- SSH into the server
- Run the command "docker login"
- Create the Docker application in ploi
- SSH into the server
- cd into the docker application directory
- ran the command docker compose up
- wait for the start of the image
- killed the docker container
- started the docker container in Ploi
So what is needed is to be able to execute the docker login command in the Ploi dashboard and execute the docker compose up command with the correct docker credentials.
Philip Ulrich
It sounds like you found a different workaround, but you can also just login as root, run docker login, and call it a day. It will then work for any container on the host.
This would be nice to have official support for, however the workaround is relatively easy and there are "bigger fish to fry" with docker support such as not pulling new images on docker compose up or the complete lack of api endpoints for docker. Right now, if you run the "latest" version of a container.. you have to stop the container, prune the images, then start it again to update the image.
Docker private registery support
-
Dennis moved item to board Planned
4 months ago -
Mark van Haaren moved item to project Server Level Requests
4 months ago -
Mark van Haaren created the item
4 months ago