docker-for-mac Questions
4
I'm using macOS 11.4 and Docker 3.3.3. My docker file looks like
FROM python:3.8.10-slim-buster
RUN apt-get update && apt-get install --no-install-recommends -y \
# dependencies for build...
Kyrstin asked 28/5, 2021 at 2:52
2
Solved
A recent Docker update seems to have caused (just some) InnoDB tables in a MariaDB to not be accessible. I get:
#1932 - Table 'dbname.SomeTableName' doesn't exist in engine
when trying to access ...
Assibilate asked 1/3, 2018 at 2:25
20
Solved
The command docker run -v /var/folders/zz/... produces the following error.
docker: Error response from daemon: Mounts denied:
The paths /var/folders/zz/... and /var/folders/zz/...
are not shared...
Bramblett asked 15/7, 2017 at 20:28
6
Solved
I have some makefiles where most of the stuff should run without configuration. These makefiles have used docker-machine in the past.
Is there a way to detect in Bash if the user is using Docker De...
Adult asked 6/7, 2016 at 12:26
3
Solved
I have docker container for experiments. So I don't know which ports I will use later when I trying new apps.
Isn't it possible to access docker container application with ip/port from the host wi...
Greenheart asked 13/11, 2017 at 9:47
5
Solved
Docker for Mac has a neat little 'restart' button in the dropdown from the whale icon in the menu bar.
I'd like to be able to restart Docker for Mac from the terminal, though. What command would I...
Matthias asked 17/10, 2016 at 7:40
6
I have a docker-compose project using Docker for Mac that autostarts when I boot the computer.
I usually start the project with docker-compose up -d, but even running docker-compose stop before sh...
Exodontist asked 8/12, 2016 at 9:46
6
Solved
Docker for Mac uses a Linux VM created by HyperKit for storing and running containers on Mac.
With Docker Toolbox, I can just open VirtualBox and access the docker-machine VM. But with Docker for ...
Illdefined asked 28/9, 2016 at 6:28
3
Getting below error using docker-compose up on macOS -
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/AddIns/docker/MonoDevelop.Docker/MSbuild/Sdks/Microsoft.Docker.Sdk/build/...
Pinfeather asked 17/2, 2019 at 21:47
2
Solved
I am running node js official image inside Docker container and I noticed that the npm start command takes a lot longer to start than when it's outside of Docker.
Are there settings that I can cha...
Mailbag asked 26/11, 2017 at 7:58
3
I want to install tshark on ubuntu17.04 on Docker for Mac with Dockerfile.
I am using docker-compose
In apt install tshark, there is a following prompt.
The prompt stopping install despite I typ...
Hyaloid asked 3/4, 2017 at 4:32
2
Solved
I'm trying to get the IP address of the "docker-for-desktop" node.
I'm switching from minikube to docker-for-desktop because it doesn't require VirtualBox.
I created a service that exposes a N...
Liberalism asked 12/6, 2019 at 6:14
3
Solved
I'm running docker desktop community 2.1.0.3 on MacOS Mojave. I've got 8GB of memory allocated to Docker, which already seems like a lot (that's half my RAM). Somehow even after exiting and then st...
Catatonia asked 9/10, 2019 at 16:6
13
Solved
I´m looking for the folder /var/lib/docker on my Mac after installing docker for Mac.
With docker info I get
Containers: 5
...
Server Version: 1.12.0-rc4
Storage Driver: aufs
Root Dir: /var/...
Miyamoto asked 22/7, 2016 at 17:44
2
Solved
My docker command:
docker run -it --rm -v $(pwd):/mutcompute ens_net:v3
Gives me the following error:
docker: Error response from daemon: Mounts denied: approving /Users/danny/Documents/Codes/Pyth...
Vanya asked 11/12, 2020 at 3:36
2
Solved
I am aware that you can use curl <registry name>:5009/v2/_catalog to list images.
From this:
https://docs.docker.com/registry/deploying/#storage-customization
Is is stated "By default, t...
Hexamethylenetetramine asked 18/12, 2021 at 14:44
1
I have been searching for a few hours and can't seem to find the most current answer to this problem
Problem: Apparently VirtualBox is being used by Docker on MacOS and it does not want to pass fil...
Hypertrophy asked 25/11, 2021 at 21:53
3
Solved
I need some help on debugging the error: 0/1 nodes are available: 1 node(s) didn't have free ports for the requested pod ports. Can someone please help?
I am trying to run a pod on Mac (first) usi...
Erythro asked 22/8, 2019 at 17:59
7
Solved
Experimenting with Docker Swarm with Docker Desktop for Mac. I tried this:
docker-machine create -d virtualbox node-1
docker-machine create -d virtualbox node-2
docker-machine create -d virtualbox...
Wallaroo asked 27/7, 2016 at 2:50
4
Solved
I installed Docker desktop for mac. The version is 1.12.0-rc4-beta19
when I use docker build -t self/centos:java8 .
the image has no name or tag
REPOSITORY TAG IMAGE ID CREATED SIZE
<none>...
Disobedience asked 19/7, 2016 at 11:47
4
Solved
After i switched from Docker Machine to Docker Desktop for Mac, xdebug has stopped working. Port 9000 on the host is unreachable from container with xdebug.
php.ini:
xdebug.remote_enable=1
xdebug....
Shaky asked 25/8, 2016 at 11:16
9
I am using Docker for Mac. I am running a nodejs based microservice in a Docker container. I want to test node microservice through the browser. How to get IP address of running docker container?
Pneumogastric asked 29/4, 2017 at 7:24
11
Solved
On Mac and Windows, it is possible to use host.docker.internal (Docker 18.03+) inside a container.
Is there one for Linux that will work out of the box without passing environment variables o...
Sinusoid asked 31/1, 2018 at 15:48
1
Solved
Given there is a pod (e.g. postgres) running in kubernetes, kubectl port-forward pod 15432:5432 is being used to expose the pod to host.
normally, it is accessible in host through running the postg...
Azzieb asked 3/3, 2021 at 15:17
2
Solved
The built in DNS server in Docker Desktop for Mac is really slow, so I'd like to use a different DNS server by default. I know I can add --dns=... when running docker commands, but I'd like a way t...
Heigho asked 7/6, 2017 at 10:35
1 Next >
© 2022 - 2025 — McMap. All rights reserved.