docker-registry Questions
5
Solved
I am trying to pull a docker image from the DTR and I am getting below error
#docker pull repo/appname
Trying to pull repository repo/appname ...
Pulling repository repo/appname
**invalid character...
Pung asked 13/8, 2020 at 3:57
3
Solved
I have just installed the docker-registry in stand-alone mode successfully and I can use the following command
curl -X GET http://localhost:5000/v2/
to get the proper result.
However, when I u...
Radioactive asked 14/9, 2015 at 11:33
3
I have installed gitlab-ce 13.2.0 on my server and the container-registry was immediately available.
from a other sever (or my local machine) I can login, but when pushing a image to the container-...
Variegate asked 27/7, 2020 at 20:32
3
I have a private registry where I store all of my docker images.
I noticed that when I pull an image from it,the difference in the sizes of the image on my local machine and the one on the registr...
Hathorn asked 22/6, 2016 at 11:39
3
Solved
I am a new docker user, trying to learn something about docker.
I have a private docker registry. Inside it I have some images (example: I1,I2,I3,I4,I5). A lot of those images have tags inside it. ...
Revell asked 22/3, 2022 at 17:49
3
Solved
I want to reject all docker registries except my own one. I'm looking for a some kind of policies for docker registries and their images.
For example my registry name is registry.my.com. I want to...
Echinus asked 31/1, 2019 at 14:48
4
Solved
i'm trying to pull an image from github packages in kubernetes but i keep getting the error "no basic auth credentials"
i created a secret with this command:
kubectl create secret docker-...
Jollenta asked 25/9, 2020 at 14:49
8
Solved
What CLI commands do I need to use in order to check if the image in my private docker registry is a newer version than the one currently running on my server?
E.g. I have a container that I ran u...
Lynlyncean asked 25/6, 2014 at 13:19
5
Solved
I installed microk8s and I enabled registry addon
I am able to push docker images to this registry and I am able to use this images in deployments.
But I'm trying to list images that was already p...
Alesandrini asked 19/5, 2020 at 3:29
12
I have a docker 1.12 running on CentOS. I am trying to add insecure registry to it and things mentioned in documentation just don't work. The system uses systemd so I created a /etc/systemd/system/...
Chinoiserie asked 13/2, 2017 at 18:51
5
Solved
I want to add an insecure-registry for testing purposes on a Windows 10 machine for Docker. Unfortunately I was not able to find any information where the usual /etc/docker/default config file is l...
Bouncing asked 9/5, 2016 at 9:41
3
In my previous company, we adopted a micro-service architecture and used Docker to implement it. The average size of our Docker images were ~300MB - ~600MB. However my new company is using Docker m...
Crematory asked 26/7, 2016 at 19:4
2
Solved
I have a scenario where I need to bundle a multi-container system in an exportable, transportable format. Specifically, I need to get an image from Docker Hub and store it on portable media (e.g. U...
Disputant asked 28/8, 2022 at 3:25
4
Solved
I've deployed a private docker image registry on an AWS EC2 Ubuntu 14.04 instance. The registry is secured using Let's Encrypt certificate.
Unfortunately, I'm getting net/http: TLS handshake timeo...
Davidoff asked 9/12, 2016 at 23:41
2
Registry container is running at port 5000.
# docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
accbeafa34fe ibmcom/registry:2.6.2.5 "registry serve /etc…" 3 minutes ago Up ...
Buddy asked 5/10, 2021 at 12:8
1
Solved
I have just created an Azure Container App and I am trying to link it to a private repository on docker.io. It works if I make it pull a public image but not if it's private, even though I specifie...
Duda asked 28/10, 2022 at 15:36
5
Solved
I have a Github organization and try to migrate container registry from docker hub to GitHub Packages. By using Github Workflows, here's the yaml I used to push docker to GitHub Packages:
name: ghc...
Odeliaodelinda asked 10/1, 2022 at 1:31
2
So I have a private repository at docker hub
and I am trying to download image (blobs) manually using HTTP API.
Now there are some issues
I have tried https://hub.docker.com/support/doc/how-do-i-a...
Mia asked 9/3, 2022 at 12:35
2
Solved
I came across an article awhile back titled Inspecting Docker Images without pulling them that gets into the nitty-gritty of the specific API calls needed to essentially do a docker inspect with RE...
Exstipulate asked 27/3, 2019 at 20:48
4
I might be entirely wrong here but, I pulled 32bit/ubuntu from docker registry and wen I run uname -a I get x86_64
➜ ~ docker images
REPOSITORY TAG IMAGE ID CREATED VIRTUAL SIZE
erlang-build-box ...
Ruperto asked 9/3, 2015 at 22:11
2
Dockerfile
FROM openjdk:8-jre-alpine
WORKDIR /app1/backend
COPY ./target/app1-backend.jar app1-backend.jar
ADD cloudfront_private_key.pem /host_files/
EXPOSE 9000
ENTRYPOINT [ "java"...
Dituri asked 6/4, 2021 at 12:30
2
Solved
I have a program setup to remotely manage images & containers on various PCs on a local network. I'd like to be able to get a list of all images available on a registry as well. I have the IP o...
Drummond asked 8/3, 2016 at 15:9
5
I am trying to use podman (version: 3.2.3) to login to a private docker registry.
I am using the default VM installed when doing podman machine init
The certificate (i.e. .pem file) is installed in...
Gymnastics asked 9/9, 2021 at 1:28
2
Solved
I have error with:
docker push registry.gitlab.com/user/rep-name
The push refers to repository [registry.gitlab.com/user/rep]
f319ccdf8ee4: Preparing
..
7032a7172c0a: Preparing
b16cd70f3a2c: Wa...
Turmoil asked 13/4, 2020 at 22:33
2
I have a scenario where we need our private Docker Registry (v2) to not accept pushes to a tag if it already exists.
For example I have
192.168.0.77:5000/my-project:1.0.0
and someone pushes an...
Lapse asked 29/9, 2017 at 9:33
© 2022 - 2024 — McMap. All rights reserved.