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
1
vote
2 answers

"Failed loading ClientOU certificate at ..." while running a Hyperledger Fabric sample "Building Your First Network"

I'm trying to test my development environment and keep getting this error while going through the "Building Your First Network". I've installed the prerequisites on a Windows 10 Home edition so I'm using Docker Toolbox. The error is described as…
1
vote
1 answer

Docker-Toolbox & Win7 | permission denied on Volume-Select

I use Win7 with DockerToolbox 18.03. and I have somhow trouble with getting volumes running, so I started trying it with Kitematic: I run a container from mysql and in the option "volumes" I see the entry Dockerfolder: /var/lib/mysql .. and the…
CaptnHirni
  • 137
  • 3
  • 12
1
vote
3 answers

docker compose empty volumes (if folder) mount from wsl using docker toolbox

I am running docker compose command to run the app in docker. But, volumes defined in yml are empty. If I mount a single file, it is working. But, when I mount a directory from windows, I can see the directory, but it is empty. This is my…
1
vote
0 answers

Unable to free up space after pruning unused images from Docker

I'm having problem restoring disk space after removing all images from Docker ToolBox. There is disk.vmdk virtual machine disk with used space. I see that there is same or similar issue with Docker Desktop. I tried to use VBoxManage.exe modifymedium…
Miki
  • 2,493
  • 2
  • 27
  • 39
1
vote
1 answer

Error response "proxyconnect tcp: EOF" from daemon when running docker run hello-world in docker quickstart terminal

I'm running docker toolbox on windows version 10.0.15063 behind corporate proxy, and I'm getting the following error when i run the command docker run hello-world Unable to find image 'hello-world:latest' locally C:\Program Files\Docker…
1
vote
0 answers

How to avoid docker toolbox IP invalid certs?

I am tesing docker on Windows 7 machine by installing docker toolbox. It works for a while. Then its IP changed from 192.168.99.100 to 192.168.99.101. When I run $docker image ls. It tells me that my certs is signed by unknown authority. I resolved…
Maxi Wu
  • 1,274
  • 3
  • 20
  • 38
1
vote
0 answers

Virtualization not enabled error in docker even though it is enabled

I try to install docker toolbox on Windows 10 Home 64 bit. I've got an AMD cpu. Windows 10 home edition doesn't have Hyper-V feature, so it cannot be enabled, but just to be sure, I tried to disable it (windows wasn't able to recognize this…
Ma Kro
  • 1,232
  • 4
  • 20
  • 34
1
vote
1 answer

Docker-toolbox mariadb container

I am using docker-toolbox in Windows 8.1 and I have created a docker-machine (virtual box) named default and am running a mariadb container inside it. My issue is, that I can not connect to said database system via HeidiSQL on my windows…
Barry
  • 337
  • 1
  • 2
  • 15
1
vote
1 answer

Slow apache + mysql inside of Docker

I have a problem with performance of my Dockerized app. I have Windows OS. When I run my app using xampp it takes the page ~1 second to load. When I run it inside of Docker it takes ~5 seconds for the page to load. I tried: 1. Docker 2. Docker…
Volodymyr
  • 1,557
  • 2
  • 14
  • 21
1
vote
1 answer

docker-compose not live reloading React test suite

I am facing an issue with npm test not live reloading when running docker-compose up --build. My current setup is Window 10 Home, running docker toolbox. With CHOKIDAR_USEPOLLING=true added to the .env file in my project root. Volumes were also…
1
vote
0 answers

Docker Toolbox - OpenShift Origin - OCI runtime create failed

I successfully installed Docker Toolbox (Docker version 18.03.0-ce, build 0520e24302)on my Win10 PC, I've downloaded "openshift/origin-release" official image from Docker Hub using this command "docker pull openshift/origin-release". Then I executed…
user3925023
  • 667
  • 6
  • 25
1
vote
0 answers

Docker image build issue in Eclipse

I am trying to build Docker image of Spring Boot microservice project using Spotify but getting below error: [ERROR] ADD failed: stat /mnt/sda1/var/lib/docker/tmp/docker-builder873622989/target/Micro-Eureka-Server-0.0.1-SNAPSHOT.jar: no such file…
1
vote
1 answer

Docker proxy settings in docker toolbox

We are using Windows OS 7 to develop an application using tech stack viz. docker, spring, java8, gradle etc. We have installed the docker toolbox on our machine. Now the base image is located in our docker repository of our organization. But the…
azaveri7
  • 793
  • 3
  • 18
  • 48
1
vote
0 answers

How to access services in containers on Docker Toolbox from the browser?

I am aware this has been asked before: How do I connect to a container hosted in Docker Toolbox? docker-machine: Can't access container's web server from host ...and many others They all have the same solution which is to use Docker's IP i.e.…
libzz
  • 589
  • 2
  • 10
  • 29
1
vote
1 answer

Docker search and description column

I have a problem with DESCRIPTION column in Docker Toolbox. When I am searching for example like below: I don't see full value in DESCRIPTION column. I didn't see anything about this problem in…
Robert Daraż
  • 323
  • 2
  • 19