boot2docker Questions
5
I have docker and docker toolbox installed on Win10 machine.
docker -v
Docker version 18.06.0-ce, build 0ffa825
docker-compose -v
docker-compose version 1.22.0, build f46880fe
My docker version...
Washroom asked 26/7, 2018 at 9:29
5
Solved
I've just setup Docker on my machine & have an Nginx/PHP7 (FPM)/MySQL setup all working fine, but having installed Xdebug on the PHP container I can't get it to connect back to PHPStorm on my h...
Saccharine asked 4/7, 2016 at 21:35
4
Solved
I am currently using Boot2Docker on Windows. Is it possible to mount root to host?
Say that I'm using an Ubuntu image and I would like to mount / to the host. How can I do so?
I've been looking a...
Aurelie asked 17/3, 2016 at 7:22
3
Solved
I have a container ==> FROM node:5
Node should restart after each change in the code.
But there is no way for me restart the Node server without restarting the whole docker container.
I have man...
Commissar asked 19/5, 2016 at 16:17
3
I have a docker image dajobe/hbase and its been built from Ubuntu. I created a container of this image and named it hb.
$ docker run -d --name hb dajobe/hbase
e1f68ff8b3b6c5e474426e2566f8c087d6a78...
Lupulin asked 19/3, 2015 at 12:37
8
Solved
I am attempting to use Minikube for local kubernetes development. I have set up my docker environment to use the docker daemon running in the provided Minikube VM (boot2docker) as suggested:
eval ...
Collier asked 3/8, 2016 at 16:10
6
Solved
I use Docker on Windows 8.1 and I would like know how I can copy/paste a simple text inside the Boot2Docker console please, I have try ctrl+v and right-click but don't work.
Thanks.
Datolite asked 12/3, 2015 at 12:16
5
Solved
From the Docker document, there is a restart policy parameter could be set.
How do I verify the container indeed restarts when the container exits. How to trigger the exit of container manually, a...
Carbajal asked 16/4, 2015 at 16:7
4
I am trying to use the Docker Remote API on a Windows 10 host machine. I am using Chrome's Postman extension to see if I can get results from the docker remote api's endpoints. Here are the endpoin...
Billion asked 3/11, 2016 at 9:48
3
Kind of a longshot, but has anyone had any problems using bcrypt in a linux container (specifically docker) and know of an automated workaround? I have the same issue as these two:
Invalid ELF hea...
Stigmatize asked 24/7, 2015 at 7:10
1
I have a script running inside a docker-container which listens for changes in a directory via inotifywait. The directory is mounted to the host-system via docker -v.
For some reason, inotifywait ...
Yahoo asked 13/1, 2015 at 7:48
2
So, I've got some Python code running inside a Docker container. I started up my local env using Google's gcloud script. I'm seeing basic access style logs and health check info, but I'm not sure h...
Warrant asked 4/12, 2014 at 18:37
9
Solved
I'm running under boot2docker 1.3.1.
I have a Docker container running a web server via uwsgi --http :8080.
If I attach to the container I can browse the web site using lynx http://127.0.0.1:8080...
Jebel asked 28/11, 2014 at 15:31
2
I have an issue with running postgres container with set up volumes for data folder on my Mac OS machine.
I tried to run it such like this:
docker run \
--name my-postgres \
-e POSTGRES_USER=adm...
Lindbom asked 6/4, 2016 at 12:51
5
Solved
I have a ubuntu machine which is a VM where I have installed docker in it. I am using this machine from my local windows machine and doing ssh , opening the terminal to the ubuntu machine.
Now , ...
Duiker asked 1/6, 2014 at 7:40
5
Solved
It's quite easy to mount a host directory in the docker container.
But I need the other way around.
I use a docker container as a development environment for developing WordPress plugins. This do...
Enscroll asked 22/1, 2015 at 8:10
5
Here i am creating a test machine(dev) using the docker machine.
$ docker-machine create -d virtualbox dev
Creating CA: C:\Users\xxx\.docker\machine\certs\ca.pem
Creating client certificate: C:\Us...
Tharpe asked 22/7, 2015 at 11:27
2
I'm getting the same thing every time trying to run busybox either with docker on fedora 20 or running boot2docker in VirtualBox:
[me@localhost ~]$ docker run -it busybox Unable to find image
'...
Aubigny asked 25/5, 2015 at 9:15
6
So I have a setup, probably as most people have, where their app code is mounted into a Docker container through a separate volume.
The problem is that if I run gulp, and specifically gulp-watch, ...
Guerrero asked 23/2, 2015 at 19:8
3
Solved
Suppose I have a server running on port 8000 on OSX. How can my Docker container access it via localhost:8000? I can't change the hostname too as the app in the container is not in my control.
I'v...
Crustal asked 28/5, 2015 at 1:50
8
I would like to use ssh-agent to forward my keys into the docker image and pull from a private github repo.
I am using a slightly modified version of https://github.com/phusion/passenger-docker wi...
Berkman asked 20/11, 2014 at 10:13
5
Solved
I pulled official Docker image for Tomcat by running this command.
docker run -it --rm tomcat:8.0
By using this as base image I need to build new image that contains my war file in the tomcat we...
Pericarditis asked 7/1, 2015 at 11:48
1
I'm trying to build a docker container in windows 7 (Docker tool box with oracle VM) by running a shell script in git bash, and the script has the command with rsync like shown below:
rsync -a --e...
Jerusalem asked 26/7, 2018 at 10:34
3
I'm having an issue storing the output of docker run -it -d -p 43211:3000 --name appname -h hostname -v $PWD/local_dir:/root/remote_dir repo/imagename in a BASH varibale. I tried `backticks`, I als...
Anaesthesiology asked 15/3, 2015 at 19:22
0
I'm trying to configure a static IP address for a docker machine.
Thanks to VonC answer, I managed to get started.
However, I'm facing a problem: boot2docker seems to ignore the "route add defaul...
Mary asked 21/6, 2019 at 8:57
© 2022 - 2024 — McMap. All rights reserved.