Questions tagged [docker-machine]

docker-machine creates Docker Engines on your computer, on cloud providers, and/or in your data center, and then configures the Docker client to securely talk to them.

Once your Docker host has been created, it then has a number of commands for managing them:

  • Starting, stopping, restarting
  • Upgrading Docker
  • Configuring the Docker client to talk to your host

Source

1691 questions
19
votes
1 answer

Is docker-machine required on linux?

I am running a Windows7 (64-bit) machine having vmplayer, which hosts Fedora 25. I have installed docker CE on it and my examples till now have worked fine. The issue is when trying to run docker-machine examples. As per my understanding, it is…
Prateek Jain
  • 2,738
  • 4
  • 28
  • 42
19
votes
4 answers

Eclipse IDE within docker

I do dev on a Windows machine and using docker via docker-machine. Due to help from @VonC was able to achieve folder share from windows dev folder to docker container. The IDE I would like to use for Java development is Eclipse. But I would not…
shrivb
  • 1,511
  • 3
  • 15
  • 20
19
votes
3 answers

Cannot get docker-machine to work with virtualbox when using Cisco VPN AnyConnect

When I use Cisco VPN Anyconnect to join to my corporate network, I cannot get docker-machine to connect to my virtualbox VM. It has something to do with Cisco Anyconnect taking over all 192.168.. routes. I also tried using a totally different cidr…
Dhawal
  • 1,240
  • 2
  • 12
  • 20
18
votes
5 answers

GitLab Runner suddenly fails to run jobs using Docker Machine and AWS Autoscaling

I use GitLab Runner for running CI jobs on AWS EC2 spot instances, using its autoscaling feature with Docker Machine. All of a sudden, today GitLab CI failed to run jobs and shows me the following job output for all jobs that I want to…
18
votes
5 answers

Docker for Mac VM IP

I just migrated to using Docker for Mac, from previously using Docker Toolbox with virtualbox for OSX. I used to get the machine IP address with $(docker-machine ip default). Is there a reliable way to get the Hyperkit IP address? Thanks!
mac
  • 858
  • 1
  • 6
  • 11
18
votes
3 answers

Docker base image with the Solaris operating system

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:tag'
UserASR
  • 2,015
  • 4
  • 24
  • 47
18
votes
3 answers

Docker Django 404 for web static files, but fine for admin static files

please help me on this docker django configuration for serving static files. my Django project running on Docker got some issues with delivering static files. All static files for admin view is loading fine, but static files for client web view…
Dipak
  • 6,532
  • 8
  • 63
  • 87
18
votes
3 answers

Connect to docker-machine using 'localhost'

There are certain features, like JavaScript service workers without https, that only work on localhost, but when I run my app inside a docker container, using docker-compose, which runs on top of docker-machine, I need to connect to it using the…
bigblind
  • 12,539
  • 14
  • 68
  • 123
17
votes
3 answers

What is the difference between Docker Daemon and Docker Engine?

Can some one explain the difference between the two, which contains the docker runtime?
ag07
  • 369
  • 1
  • 4
  • 9
17
votes
1 answer

Move Docker /var/run/docker data to different directory

I followed the following tutorial to transfer and permanently move where docker saves data previously inside /usr/bin: https://linuxconfig.org/how-to-move-docker-s-default-var-lib-docker-to-another-directory-on-ubuntu-debian-linux However upon…
Baily
  • 1,290
  • 2
  • 14
  • 35
17
votes
1 answer

How do I get memory usage of processes running in a Docker container?

I have created 85 containers, and all containers are running the same .NET core application image on my Linux machine. My REST call on all containers is the same, but the memory used by every container is different. This is what I am not…
Purnima Naik
  • 2,393
  • 5
  • 17
  • 25
17
votes
5 answers

Docker warning: failed to get default registry endpoint from daemon

On Windows 10, when I call a docker command: docker pull mongo:windowsservercore I get the following output: Warning: failed to get default registry endpoint from daemon (error during connect: Get http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.26/info:…
symlink
  • 11,984
  • 7
  • 29
  • 50
17
votes
9 answers

Docker stuck on "Waiting for SSH to be available..."

I'm using a docker with Windows and Hyper-v to create containers. I've added a docker machine vmachine to my docker configuration. First time the machine is created, it gets an IP (although I cannot manage nginx to access it -…
João Dias
  • 1,078
  • 1
  • 15
  • 38
17
votes
5 answers

Why docker container is consuming lot of memory?

I am new to docker. I have a nodejs(sails.js) application. I have deployed it using docker. There is only one docker container running on my Ubuntu machine. When I tried to monitor the memory usage by my docker container using "docker stats"…
C.P.
  • 1,182
  • 3
  • 13
  • 32
17
votes
3 answers

Docker Machine + Docker Compose + Volumes on Ubuntu

So i have beeen using docker-compose in development for a while now on my Ubuntu 14.04 LTS host machine with a local VirtualBox provider (boot2docker inside it). Only recently i decided to try out docker-machine (because of the integration with…
psychok7
  • 5,373
  • 9
  • 63
  • 101