Top "Docker-for-mac" questions

Docker for Mac is a native Mac application that uses xhyve to virtualize the Docker Engine environment and Linux kernel-specific features for the Docker daemon.

How to get IP address of running docker container

I am using Docker for Mac. I am running a nodejs based microservice in a Docker container. I want to …

docker containers docker-for-mac
What is linux equivalent of "host.docker.internal"

On Mac and Windows it is possible to use docker.for.mac.host.internal (replaces docker.for.mac.localhost) and …

docker docker-for-windows docker-for-mac docker-desktop
Docker: Mounts denied. The paths ... are not shared from OS X and are not known to Docker

The command docker run -v /var/folders/zz/... produces the following error. docker: Error response from daemon: Mounts denied: The …

macos docker docker-for-mac
Where is /var/lib/docker on Mac/OS X

I´m looking for the folder /var/lib/docker on my Mac after installing docker for Mac. With docker info …

macos docker docker-for-mac
How do I restart Docker for Mac from the terminal?

Docker for Mac has a neat little 'restart' button in the dropdown from the whale icon in the menu bar. …

docker docker-for-mac
docker build with Dockerfile, but the image has no name or tag

I installed Docker desktop for mac. The version is 1.12.0-rc4-beta19 when I use docker build -t self/centos:java8 . …

docker docker-build docker-for-mac docker-desktop
Disable autostart of docker-compose project

I have a docker-compose project using Docker for Mac that autostarts when I boot the computer. I usually start the …

docker-compose autostart docker-for-mac
docker swarm init could not choose an IP address error

Experimenting with Docker Swarm with Docker Desktop for Mac. I tried this: docker-machine create -d virtualbox node-1 docker-machine create -d …

docker docker-swarm docker-machine docker-for-mac docker-desktop
docker for mac memory usage in com.docker.hyperkit

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 …

docker memory-leaks docker-for-mac
How to access the VM created by docker's HyperKit?

Docker for Mac uses a Linux VM created by HyperKit for storing and running containers on Mac. With Docker Toolbox, …

docker docker-machine docker-for-mac