49 questions
0
votes
1
answer
42
views
docker context create ecs - requires exactly one argument error
Update 2025. All the older posts are currently not working with the newer version of Docker.
I am in Windows 11 Pro (not using WSL2).
Docker Version
Client:
Version: 28.2.2
API version: ...
0
votes
0
answers
22
views
Which docker CLI command uses the proxy setting in ```~/.docker/config.json``` [duplicate]
Which docker CLI command uses the proxy configuration in the ~/.docker/config.json?
{
"proxies": {
"default": {
"allProxy": "http://CLIENT.com:3128"
...
0
votes
1
answer
116
views
Which docker CLI command uses the proxy setting in ~/.docker/daemon.json
Which docker CLI commands will use the proxy configuration in the ~/.docker/daemon.json?
{
"proxies": {
"default": {
"allProxy": "http://DAEMON.com:3128&...
0
votes
1
answer
105
views
Docker Add Proxy to config.json
I am new to Docker. So running into a host of problem. So I wanted to add a proxy to my config.json file. Because docker pull is currently giving me TLS Handshake Timeout error. One of my colleagues ...
0
votes
1
answer
145
views
Scalable method to find the cause of a data leak in docker images folder (/var/lib/docker/overlay2 >> docker system df)?
After some change made to docker build scripts used in Jenkins pipelines and/or a Docker upgrade I've started experiencing serious image data leaks. They manifest themselves in an unstable, constantly ...
1
vote
1
answer
1k
views
Docker login error: error storing credentials - err: exit status 1, out:gpg: skipped: No public key
I'm encountering an error when trying to log in to Docker Hub using the docker login command.
The specific error message is:
Error saving credentials: error storing credentials - err: exit status 1, ...
0
votes
1
answer
93
views
Why does a docker cli command exit with status 1 on a SIGTERM signal?
When I run a docker CLI command and send a SIGTERM signal to the process running the docker command, I would expect the process to exit with status 143 representing the SIGTERM but it actually exits ...
-1
votes
1
answer
280
views
signoz-zookeeper-1 chown: changing ownership of '/bitnami/zookeeper/data': Permission denied
I am setting up Signoz in my local machine(Mac - Intel chipset). I am using docker-cli to setup the Signoz.
Initially it was giving the error permission denied for signoz-clickhouse. This issue is ...
0
votes
0
answers
487
views
Docker image push failed with EOF / Broken Pipe / Closed Connection error
I've tried to push the docker images to the remote repository. But every operation gets failed.
Either I get EOF exception like below
My-MacBook-Pro-2 producer % docker push <awsAccountId>.dkr....
0
votes
1
answer
574
views
How to tag and label an image with docker compose CLI in a github workflows publish.yaml file?
I have a Dockerfile and docker-compose.yml file, and am trying to have the image be built, then published to the Github Container Registry upon a push to the repo. I have a publish.yaml file in ....
1
vote
1
answer
121
views
docker version command shows server version as "library-import"
I am trying to upgrade docker-engine to 23.0.0 as a part of buildroot installation. I have upgraded all the prerequisite packages i.e golang, containerd, docker-cli, runc, etc to the required higher ...
1
vote
2
answers
2k
views
Incorrect JSON format from docker compose ps
I'm having a problem with JSON format produced by docker compose ps --format json command.
Here's my example docker-compose.yml file:
version: '3.5'
services:
nginx:
image: nginx
links:
...
1
vote
2
answers
2k
views
Docker pull image, match tag by regex/wildcard
I'm using an image that sometimes has a rolling version change (namespace/repo:...-1 -> -2) and they also delete the old version. I am trying to pull their image but a regex doesn't work. I tried ...
0
votes
1
answer
576
views
why docker start command starts containers in detached mode by default
I have used run command in docker cli to so when i used the command
docker run --name ubuntu ubuntu
it simply exists because it has no ptty and input output connection and we can attach our terminal ...
0
votes
2
answers
534
views
Docker-compose not building up successfully
On running docker-compose up -d --build I am getting the following error:
PS C:\Users\KELLYRYAN\Documents\august-code\drf_course\drf_course> docker-compose up -d --build [+] Building 128.5s (11/18) ...