Questions tagged [docker-toolbox]

The Docker Toolbox is an installer to quickly and easily install and setup a Docker environment on your computer.

The Docker Toolbox is an installer to quickly and easily install and setup a Docker environment on your computer. Available for both Windows and Mac, the Toolbox installs Docker Client, Machine, Compose (Mac only), Kitematic and VirtualBox.

300 questions
0
votes
2 answers

Docker share a volume on Windows with Docker toolbox

The goal: share project directory on Windows to the container, with docker toolbox for the testing, I took this php:5.6.15-apache What I did: I have tried a few recommendations: run with options -v docker run --name=simple2 --rm -v…
Maxim R
  • 199
  • 1
  • 1
  • 9
0
votes
2 answers

How to setup Kubernetes & Docker local environment for GCE on Windows 10 Home Edition?

I am new to Kubernetes and Docker, and trying to setup a good environment for working with GCE using the gcloud cli. Since I am using Windows 10 Home Edition, I realized my only option to use Docker is installing Docker Toolbox, so any Docker…
Bar Kedem
  • 575
  • 1
  • 6
  • 13
0
votes
0 answers

network errror when trying to connect to docker instance (windows 7/docker toolbox)

I am trying to use docker for the first time on windows 7. I've gone through several guides and everything seemed to be going well, however I cannot actually connect to the docker container once I run it. I am trying to connect to…
alexc
  • 1,250
  • 2
  • 17
  • 44
0
votes
0 answers

No Ip Address Connecting Docker Toolbox - Mac OX High Sierra

I want to download the Docker Toolbox on my 2017 Macbook Pro with High Sierra. I went to the Docker Toolbox website and downloaded it. I then ran the docker quick install terminal from the installer and then it started running and getting docker and…
Omar Jandali
  • 814
  • 3
  • 20
  • 52
0
votes
1 answer

Docker cannot access host files using -v option

Not 100% sure this is the right place but let's try. I'm using on my Windows laptop the Docker Quickstart Terminal (docker toolbox) to get access to a Linux env with Google AppEngine, python, mysql... Well, that seems to work and when I type docker…
Valentin Coudert
  • 1,759
  • 3
  • 19
  • 44
0
votes
1 answer

Error: "Failed to start container" when trying to launch euler's app

I’m having problem launching the euler’s app on ShinyProxy. I can build the docker image without problem, and if I run it directly on Docker using the command: docker run -it -p 3838:3838 openanalytics/shinyproxy-template the app works…
miditower
  • 107
  • 2
  • 9
0
votes
1 answer

Docker image loading shows "no disk space error" in windows 10?

I'm trying to load a 14GB image tar file in the docker. At some point, loading fails and throws a "no disk space error". Folwing Steps were taken: Removed all the images and containers from docker. Modified the Docker Virtual hard disk size to…
Vishnu S Kumar
  • 666
  • 7
  • 24
0
votes
4 answers

Jenkins not recognizing "docker" command on Windows 7

I have installed Jenkins and Docker ToolBox on same machine running on Windows 7 . While running Jenkins build, all the commands work fine except docker. When I try to run the docker command in build step using Jenkins, it gives me…
0
votes
1 answer

Nginx image in Docker reflects bind but does not show correct content

I'm using docker toolbox in my Win 7 desktop, I'm creating a container from nginx using the following command: docker container run -p 8082:80 -v //c/Users/TestDocker/:/usr/share/nginx/ -d --rm nginx The content in the container reflects what it is…
nighter
  • 125
  • 1
  • 2
  • 10
0
votes
1 answer

Unable to Boot Kernel within Docker Toolbox

I have installed Docker Toolbox on Windows 7 64 Bit OS. After Installation when I am running Kitematic(Alpha), its getting stucked at 99% and Default Preview is throwing me Error in Attached Screenshot.
Rodger Nadal
  • 309
  • 2
  • 8
  • 21
0
votes
0 answers

OSx Docker IPAddress is empty

I am working on OSx (sierra), Docker (docker toolbox). And this is the first time I am working on Docker. I have set up apache container. When I start this container, it returns following error in the log. (But the container is running.) httpd:…
Sadee
  • 3,010
  • 35
  • 36
0
votes
0 answers

Docker container doesn't bind with host

I'm using docker toolbox. I have a python script "prog1.py" on my Windows host machine located at "D:\Werk\Code\Python". And here is my Dockerfile. FROM python:3 ADD . /usr/src/app WORKDIR /usr/src/app CMD [ "python", "prog1.py"] And here is a clip…
0
votes
0 answers

SpringBoot Docker unable to find valid certification path to requested target

I am using DockerToolBox. I am trying to use Spring-Boot with Docker. I am following this tutorial. pom.xml for my project is like this :
0
votes
1 answer

Docker container change behaviour on different hosts

I build a docker container using differents tools (sentinelsat et sen2cor) : #Modified Ubuntu docker image, adding some dependencies #Starting image FROM ubuntu #Install of Anaconda2-4.2.0 (from docker anaconda :…
0
votes
0 answers

How can I periodically backup a Postgres database in a Docker container, when volume mounts aren't working?

I'm running Windows 8.1 64-bit, and the latest version of both Virtualbox and Docker-Toolbox. Most everything works properly, however as per this thread, mounting the data directory of a Postgresql container throws up errors. This is kind of…
Jon
  • 305
  • 3
  • 20
  • 45
1 2 3
19
20