Community discussions

MikroTik App

Search found 7 matches

by fctech2490
Mon Mar 17, 2025 5:43 pm
Forum: Containers
Topic: Container won't extract
Replies: 2
Views: 3868

Re: Container won't extract

Hi, You can download the Alpine container directly from registry-1.docker.io, but you need to use the following format: <namespace>/<repository>:<tag> For containers that do not have a namespace, you can use “library” as the namespace. For example, to get Alpine, use: library/alpine:latest
by fctech2490
Wed Feb 26, 2025 12:34 am
Forum: Containers
Topic: Container problems on CHR Topic is solved
Replies: 5
Views: 15941

Re: Container problems on CHR Topic is solved

"[cont] error response getting manifests: 401". HTTP code 401 is “unauthorized,” which leads to us asking what you're doing that requires authorization. Since RouterOS can’t push layers, and this is a public repo, the only other likely reason is that you were experimenting with DH login c...
by fctech2490
Wed Feb 26, 2025 12:27 am
Forum: Containers
Topic: Container and RouterOS v7.18 [stable]
Replies: 3
Views: 4432

Re: Container and RouterOS v7.18 [stable]

Perfect, thank you very much!
By using the format:
library/<repository>:<tag>
I am able to pull all containers successfully.

Do you know if there are any issues or limitations with the Docker Hub registry, considering that a different registry has been set as the default?
by fctech2490
Tue Feb 25, 2025 6:08 pm
Forum: Containers
Topic: Container and RouterOS v7.18 [stable]
Replies: 3
Views: 4432

Container and RouterOS v7.18 [stable]

Hello everyone! I'm writing this post to discuss the changes introduced in RouterOS 7.18. From the changelog, I see that the default registry URL has now been set to https://lscr.io. I wanted to ask: Are there any difficulties using https://registry-1.docker.io as the registry? I ask this because, r...
by fctech2490
Tue Feb 25, 2025 4:01 pm
Forum: Containers
Topic: Container problems on CHR Topic is solved
Replies: 5
Views: 15941

Re: Container problems on CHR Topic is solved

What registry are you using? I was having problems importing containers on v7.17.2 with the same error. You can try updating to v7.18 beta 6. That's what fixed it for me. Edit - From another member of this forum it looks like due to docker hub api changes, it won't work unless you update to 7.18. H...
by fctech2490
Sat Feb 15, 2025 12:17 am
Forum: Containers
Topic: Container problems on CHR Topic is solved
Replies: 5
Views: 15941

Re: Zerotier container problems Topic is solved

Anyone Does anyone have any updates regarding this issue? I’m adding another screenshot of the error from the logs to the post.
by fctech2490
Wed Feb 05, 2025 7:49 pm
Forum: Containers
Topic: Container problems on CHR Topic is solved
Replies: 5
Views: 15941

Container problems on CHR Topic is solved

Hello everyone, I’m having issues when trying to run the ZeroTier container in my environment. Currently, I’m running a CHR on **VMware ESXi 8.0 Update 2**, and I installed the CHR by downloading the OVA file from the official **MikroTik** website. When I try to deploy the container, I get a generic...