Using custom-built containers


Recommended Posts

Hi! I'm building custom containers using Nix, and have Docker-compatible container images that I'd like to upload to my Unraid server and schedule for running.

 

While it's possible to do that once by logging into the server and running `docker run` with my image uploaded locally, I'd like to integrate with the Docker Unraid interface and manage my container along with others.

 

However, to add a container through the UI I need a container repository, which I don't.

 

image.thumb.png.f215d04d47e5a9c4289c46ea55425438.png

 

Most of the posts I've found here are using Docker to publish the containers, while I'd like to be fully self hosted.

 

Thanks!

 

 

 

 

Link to comment
On 3/4/2022 at 6:34 PM, sebastienpierre said:

However, to add a container through the UI I need a container repository, which I don't.

In docker terminology registry and image name are not really separate. Just put whatever image name you use in your docker run statement into the repository field and it should work. If you look at the output of 'docker images' in the console you will see that column for the image name is the repository column. 

Edited by primeval_god
Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.