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
1 answer

Docker Installation Issue on Windows 8

I am trying to install docker using DockerToolBox and followed steps from ToolBox_Install_windows but I am getting this error: 00:00:51.238278 Guest Control: GUEST_MSG_REPORT_FEATURES: 0x1, 0x8000000000000000 00:00:51.245031 VMMDev: Guest Log:…
Naresh J
  • 2,087
  • 5
  • 26
  • 39
0
votes
2 answers

minikube start error - Failed to validate 'docker' driver

How to resolve the following error when I try to do minikube start minikube v1.12.3 on Microsoft Windows 10 Home Single Language Using the docker driver based on user configuration ! 'docker' driver reported an issue: "docker version --format…
MrNolan
  • 154
  • 1
  • 4
  • 13
0
votes
1 answer

Maven install build fails for spring boot application with mysql database on Docker container

To create jar to build docker container for my spring boot applicaton, I run Maven Install from eclipse but build fails with below error: 2020-07-18 20:47:52.452 INFO 5920 --- [ restartedMain] com.zaxxer.hikari.HikariDataSource :…
Ayush28
  • 359
  • 3
  • 18
0
votes
1 answer

Writing a correct Dockerfile

I created an app using Javascript (with D3.js), JQuery, CSS, but no Node.js. It's your typical 'index.html' browser-run interface. I've been going through Docker tutorials and trying to figure out how to set my app up to a server, but I've had no…
0
votes
1 answer

Docker Toolbox for Windows:Unable to set experimental flag to true

I have searched extensively for a solution but I still get the error ERROR: Dockerfile parse error line 24: Unknown flag: mount. I am using Windows 10, so I installed Docker Toolbox and just start using the Docker Quickstart Terminal. I edited the…
0
votes
1 answer

ModuleNotFoundError : No module named 'gnuradio'

I am trying to install gr-lora using https://github.com/rpp0/gr-lora on my ubuntu 20.02. I have already installed docker toolbox successfully from the installation section. But then trying testing section it has command $…
0
votes
3 answers

Docker: Adding mysql image to project isnt working

I'm trying to add mysql to my docker project but I keep getting an error db_1 | 2020-06-05T18:09:28.588053Z 0 [System] [MY-013169] [Server] /usr/sbin/mysqld (mysqld 8.0.20) initializing of server in progress as process 43 db_1 |…
MalcolmInTheCenter
  • 1,376
  • 6
  • 27
  • 47
0
votes
0 answers

connecting to MYSQL in Docker with Intellij

I am just starting to do projects with the help of Docker (well Docker Toolbox not Docker Desktop). I have had some problems connecting with a mysql database running inside a container. Basically I cannot do it. I already changed from Localhost to…
DYD35
  • 121
  • 1
  • 7
0
votes
1 answer

Docker: Mern project page isn't loading

I'm trying to run a MERN project with Docker Toolbox since i'm on a Windows machine but my project doesn't run. This is my project folder structure: ├───api │ └───Dockerfile ├───ui │ └───Dockerfile …
MalcolmInTheCenter
  • 1,376
  • 6
  • 27
  • 47
0
votes
1 answer

Cannot access postgres database inside of a docker container run with docker toolbox

I am using docker toolbox to run docker on windows 10 home, and I can't seem to access a postgres database running in a container. The database is definitely running, as I can see the container by using docker container ls. The port of the database,…
Beefox
  • 3
  • 2
0
votes
1 answer

Docker install failed with "computer doesn't have VT-X/AMD-V"

I’ve downloaded Docker in my PC, but it is not installing as I’m getting some errors. ERROR WITH PRE-CREATE CHECK - this computer doesn't have VT-X/AMD-V enabled. Enabling it in BIOS is mandatory. I’ve already enabled Virtualization in BIOS and…
0
votes
0 answers

How to solve this error in docker toolbox running on windows 7 I tried configuring the virtual box by adding shared folder

$ docker run -p 3000:3000 -v "/app/node_modules" -v "$(pwd):/app" 4a1158abb76e npm ERR! code ENOENT npm ERR! syscall open npm ERR! path /app/package.json npm ERR! errno -2 npm ERR! enoent ENOENT: no such file or directory, open…
0
votes
1 answer

How to connect docker to WSL2 distro

I had docker installed as a part of Docker Toolbox which was running docker daemon on my two VirtualBox VMs. I have recently installed WSL2 and Docker Desktop with it. Now I have two docker hosts running, one on Virtual Box VM and another on WSL2.…
0
votes
1 answer

Accessing kafka running on the local machine from Docker Toolbox.?

I have a kafka cluster installed in my local windows machine, and I would like to access this cluster from my spring boot application deployed as a container in docker toolbox, here is my application.properties file. kafka.bootstrapAddress =…
Belgacem
  • 183
  • 9
0
votes
1 answer

How do I remove a host-only adapter so I can continue with starting up the Docker Quickstart Terminal?

I used this guide to start installing Docker Toolbox. For step 3.2 I launch the Docker Quickstart Terminal. The first time I ran this a lot of progress info and status messaging was being displayed which I did not save unfortunately. In any case I…
Adam
  • 1