Skip to main content

All Questions

Tagged with
0 votes
0 answers
135 views

Unable to install Docker desktop on Apple Silicon due to undocumented bug regarding storage space

I'm simply trying to install Docker Desktop into my Mac Mini M2 running Sonoma 14.0 but is not working. The steps I've followed: Download Docker.dmg from docker site (appropriate to Apple Sillicon) ...
user avatar
0 votes
0 answers
127 views

Docker networking issue - write unixgram ->: write: no buffer space available

I have an issue with running a docker build bake on a macos, but I think it's related to the OS and not to Docker. During the execution of the build - I get a "Connection was reset" ...
Meir Tolpin's user avatar
1 vote
1 answer
3k views

"At least one invalid signature was encountered." in all Ubuntu Docker images in macOS

I'd expect this command to run without error: docker run --rm ubuntu:focal apt-get update however, I get instead: Get:1 http://ports.ubuntu.com/ubuntu-ports focal InRelease [265 kB] Err:1 http://ports....
jonseymour's user avatar
2 votes
0 answers
7k views

Why am I getting "Connection Refused" when using "host.docker.internal" to hit the host's localhost?

I have the following... version: "3.9" services: proxy: extra_hosts: - "host.docker.internal:host-gateway" environment: - UI_URL=http://host.docker.internal:...
Jackie's user avatar
  • 817
1 vote
0 answers
2k views

Another way to run amd64 Docker image on Apple Silicon CPU? It won't work with Docker Desktop

I have written the Docker image my-docker-img that contains the Linux application some-foreign-linux-app (which was not written by me). The image is built from a CentOS 7 linux/amd64 Docker image. ...
Harold L. Brown's user avatar
0 votes
0 answers
3k views

Why unable to verify local issuer certificate? (https calls for google)

I am using docker desktop to run a simple node:16-alpine through mac. Which I added a ca-certificates, curl and openssl. RUN apk add --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/v3.15/...
Rafael Costa's user avatar
0 votes
1 answer
151 views

How do I add export CLI='docker run -it --entrypoint cardano-cli -e NETWORK=testnet ...' so I can run CLI on Mac OS Monterey zshrc

I have tried adding the following export CLI='docker run -it --entrypoint cardano-cli -e NETWORK=testnet -e CARDANO_NODE_SOCKET_PATH=/ipc/node.socket -v cardano-node-ipc-testnet:/ipc inputoutput/...
Deano's user avatar
  • 1
0 votes
0 answers
171 views

Use VPN that runs in Docker Image with the entire Mac

I have a running VPN on an Ubuntu Image in Docker. I can confirm, that the VPN is running successfully confined in the Docker environment. I would like to use this VPN that is running in Docker now ...
pyrmon's user avatar
  • 1
1 vote
1 answer
2k views

docker-compose build error for nodejs and yarn: [gpg: no valid OpenPGP data found.]

I have been trying to get a project to work for my job. I recently got a M1 Air, however I had a similar issues when I was doing the same thing on a Windows machine with WSL. The error is as follows: ...
onibaku's user avatar
  • 53
0 votes
0 answers
56 views

How does the Docker build command limit row count for the image's stdout? (see my gif pls)

docker build process I read that docker build is using some templates written in Go but I'm trying to achieve this for a yarn add or start from a python script. Their outputs are too verbose and I don'...
Loai Misto's user avatar
1 vote
1 answer
1k views

Docker as a VPN gateway for host

I am a macOS user, and joined the Big Sur public beta. I frequently use TunnelBlick for accessing my office's VPN to work from home or assist off-hours, however, the Big Sur betas have disabled the ...
Alexandre Vieira's user avatar
3 votes
3 answers
11k views

MySQL 8 no longer starts because of lower_case_table_names

I have a docker mysql 8 container that I have been using for a couple years. Suddenly out of no where it won't start with these errors: [Warning] [MY-010159] [Server] Setting lower_case_table_names=2 ...
brenjt's user avatar
  • 175
0 votes
1 answer
56 views

my shell name has been changed

my username in shell prompt changed to ark-newsdrive3: (base) ark-newsdrive3: ~ maxx $ I was experimenting with docker, can it be the cause of this?
max's user avatar
  • 101
0 votes
1 answer
989 views

lost ability to bind port 80 on mac, how to debug?

In the last few days I lost the ability to listen on port 80 with docker, and with nodejs without using sudo. Before, I could simply launch my exact same docker containers on port 80, and it would ...
John Mcwhat's user avatar
2 votes
1 answer
5k views

Installing / Updating Docker Desktop on Mac without admin

I have a Mac where I do not have admin rights. I have requested and received temporary admin rights on the machine to install Docker. I just recently read that if we can install any software in a ...
adbdkb's user avatar
  • 131

15 30 50 per page