docker-registry Questions
14
Solved
I have a docker image tagged as me/my-image, and I have a private repo on the dockerhub named me-private.
When I push my me/my-image, I end up always hitting the public repo.
What is the exact syn...
Nutbrown asked 5/2, 2015 at 16:42
9
Solved
Is there a way I can download a Docker image/container using, for example, Firefox and not using the built-in docker-pull.
I am blocked by the company firewall and proxy, and I can't get a h...
Phonogram asked 19/6, 2016 at 9:29
9
Solved
Hi i'm trying docker push
[docker-simple-httpserver]# docker push myregistry/simplehttpserver:latest
The push refers to a repository [myregistry/simplehttpserver] (len: 1)
Sending image list
FATA[...
Encourage asked 23/12, 2015 at 11:3
6
Solved
My docker-compose.yml looks like the below and I am trying to follow the compose file from the docker registry documentation here. When i run docker-compose up I get the below error.
ERROR: In fil...
Elmaleh asked 18/9, 2016 at 8:33
4
Solved
I have two servers with docker and one server with my private registry.
I built Dockerfile on the first machine; then I pushed the image to the registry.
Is it possible to build Dockerfile on th...
Serranid asked 25/5, 2016 at 14:50
3
Is it possible to push images to the Docker registry using podman?
I am running podman with the podman-docker (that claims to emulate the Docker CLI) package on fedora and I managed to successfully...
Uniformitarian asked 4/10, 2020 at 19:42
4
Now I have such a requirement,firstly I need export a container’s filesystem as a tar archive, then I need push this tar to my own docker registry.So could I push a tar file which is exported by us...
Consanguineous asked 26/9, 2018 at 15:43
6
Solved
Until recently this worked fine
docker run --entrypoint htpasswd registry:2 -Bbn myuser mypwd > /my/registry2/reg/hub/auth/htpasswd
now its erroring out with
docker: Error response from daemon...
Insessorial asked 23/6, 2020 at 9:24
1
Solved
I have a Golang project which is built and put into scratch image:
# Build binary
FROM golang:1.17-alpine AS build-env
ADD . /app
WORKDIR /app
RUN env CGO_ENABLED=0 go build -ldflags="-s -w&qu...
Dulcedulcea asked 6/3, 2022 at 18:4
3
Does anybody know from where I can get docker base image with Solaris OS in it?
I tried finding it on Dockerhub but couldn't find one.
Please provide me the detail 'dockerhost/namespace/imagename:t...
Werner asked 7/9, 2016 at 15:24
3
Solved
I have installed docker 1.11.2, I am trying to make one private registry for our office.
I followed this link to make private registry, I have successfully pull from localhost but I stuck trying t...
Emelyemelyne asked 13/7, 2016 at 11:23
6
Solved
I would like to find out the latest timestamp for an image in a private Docker registry using the v2 API without first pulling the image to my local host.
Thereupon asked 16/9, 2015 at 10:6
1
Solved
Can docker be connected to more than one registry at a time and how to figure out which registries it is currently connected too?
$ docker help | fgrep registr
login Log in to a Docker registry
log...
Diphase asked 6/2, 2022 at 23:50
4
Solved
How can I pull docker.pkg.github.com Docker images from within Kubernetes cluster?
Currently, the Github Docker registry requires authentication even for packages from public Github repositories.
...
Jury asked 20/5, 2020 at 12:0
4
TL;DR Basically, I am looking for this:
docker push myimage ssh://myvps01.vpsprovider.net/
I am failing to grasp the rationale behind whole Docker Hub / Registry thing. I know I can run a privat...
Oestrone asked 22/7, 2015 at 23:10
2
I'm trying to pull an image from a private registry but it fails with unexpected EOF.
be8ec4e48d7f: Already exists
33b8b485aff0: Already exists
d887158cc58c: Already exists
05895bb28c18: Already...
Planetoid asked 4/2, 2021 at 9:52
2
Solved
I am new to Devops.
As part of gitci, I have a Docker file in GitLab. I am planning to create a Docker image and push it to ECR and then use that image for batch processing.
I have already complete...
Metalware asked 5/4, 2018 at 4:25
12
Solved
What is the right approach to make my Amazon ECS tasks update their Docker images, once said images have been updated in the corresponding registry?
Universe asked 17/1, 2016 at 15:36
3
I have my docker-registry in localhost and I can pull/push with command: docker push localhost:5000/someimage
How I can push it with command like docker push username@password:localhost:5000/someim...
Chyme asked 7/7, 2016 at 13:55
3
I am trying to get a list of all the official images from the Docker Store. However, I could not find any simple way to get the list. Docker CLI has a docker search command but it does not have any...
Flotsam asked 1/4, 2017 at 6:38
5
We have logic in our CI-CD that tags (via REST) staging image to latest (if tests are successful). This worked on registry v1.
We now moved to v2 api, and I can't find documentation on how to...
Skardol asked 10/5, 2016 at 9:50
3
Solved
When doing a docker push or when pulling an image, how does Docker determine if there is a registry server in the image name or if it is a path/username on the default registry (e.g. Docker Hub)?
...
Avaunt asked 16/6, 2016 at 14:15
2
Solved
I'm using shippable to push private docker images to the Google Container Registry that I then want to pull from either locally on a laptop, or inside an instance on the Google Compute Engine.
I ...
Basketry asked 18/6, 2015 at 22:21
2
I am looking at the nginx configuration to set up a docker repository
###########################################################
## this configuration was generated by JFrog Artifactory ##
######...
Substantialize asked 30/9, 2016 at 14:21
2
Solved
Yesterday i pushed the base image layer for my app that contained the environment needed to run my_app.
That push was massive but it is done and up in my repo.
This is currently the image situation...
Ribal asked 26/11, 2021 at 10:49
© 2022 - 2024 — McMap. All rights reserved.