stayintarkov / SIT.Docker

https://hub.docker.com/r/stayintarkov/stayintarkov
MIT License
23 stars 22 forks source link

Unraid and cap letters #7

Closed kirito92 closed 5 months ago

kirito92 commented 6 months ago

Is it possible to have the docker name lowercased, because unraid won't let me use uppercase letters when trying to pull from github, unraid is a os based of linux and doesn't have all of the sudo comands like apt get

devbence commented 5 months ago

hey, you can use small cap afaik. it worked for me git clone https://github.com/stayintarkov/sit.docker.git

kirito92 commented 5 months ago

yeah, that wasn't the issue i'm still learning all this, i'm working on pushing a image of the docker to docker hub as we speak

On Mon, Mar 18, 2024 at 5:28 PM devbence @.***> wrote:

hey, you can use small cap afaik. it worked for me git clone https://github.com/stayintarkov/sit.docker.git

— Reply to this email directly, view it on GitHub https://github.com/stayintarkov/SIT.Docker/issues/7#issuecomment-2005033074, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMAOGEMUQOZJXPBC7P5GNZ3YY5L7RAVCNFSM6AAAAABEZATYEKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMBVGAZTGMBXGQ . You are receiving this because you authored the thread.Message ID: @.***>

kirito92 commented 5 months ago

kirito92/sitcoop is the repository for anyone wanting a updated image for unraid

On Mon, Mar 18, 2024 at 10:58 PM Marty King @.***> wrote:

yeah, that wasn't the issue i'm still learning all this, i'm working on pushing a image of the docker to docker hub as we speak

On Mon, Mar 18, 2024 at 5:28 PM devbence @.***> wrote:

hey, you can use small cap afaik. it worked for me git clone https://github.com/stayintarkov/sit.docker.git

— Reply to this email directly, view it on GitHub https://github.com/stayintarkov/SIT.Docker/issues/7#issuecomment-2005033074, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMAOGEMUQOZJXPBC7P5GNZ3YY5L7RAVCNFSM6AAAAABEZATYEKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMBVGAZTGMBXGQ . You are receiving this because you authored the thread.Message ID: @.***>

ollebro commented 3 months ago

Did you manage to get this to work on Unraid? I dont understand how to push the build-arg for the container in unraid.

kirito92 commented 3 months ago

[image: image.png] yes, i did have it working, although have not updated it in a while, if ur interested let me know and i'll look into updating it to w.e is current

On Mon, May 27, 2024 at 2:48 PM ollebro @.***> wrote:

Did you manage to get this to work on Unraid? I dont understand how to push the build-arg for the container in unraid.

— Reply to this email directly, view it on GitHub https://github.com/stayintarkov/SIT.Docker/issues/7#issuecomment-2133932669, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMAOGEIEWF5NJYVAO37ZRKTZEN5WLAVCNFSM6AAAAABEZATYEKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMZTHEZTENRWHE . You are receiving this because you authored the thread.Message ID: @.***>

kirito92 commented 3 months ago

although, git hub no, i had to build it on unraid using docker build, then push it to docker hub, which is what unraid uses to pull updates for docker containers.

On Mon, May 27, 2024 at 11:08 PM Marty King @.***> wrote:

[image: image.png] yes, i did have it working, although have not updated it in a while, if ur interested let me know and i'll look into updating it to w.e is current

On Mon, May 27, 2024 at 2:48 PM ollebro @.***> wrote:

Did you manage to get this to work on Unraid? I dont understand how to push the build-arg for the container in unraid.

— Reply to this email directly, view it on GitHub https://github.com/stayintarkov/SIT.Docker/issues/7#issuecomment-2133932669, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMAOGEIEWF5NJYVAO37ZRKTZEN5WLAVCNFSM6AAAAABEZATYEKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMZTHEZTENRWHE . You are receiving this because you authored the thread.Message ID: @.***>

ollebro commented 3 months ago

no thats fine, I managed to figure it out in the end, thanks!