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

Neo4j Docker Insufficient Memory

I'm having this weird issue with Neo4j in Docker. This is my docker-compose file: version: '3' services: neo4j: ports: - "7473:7473" - "7474:7474" - "7687:7687" volumes: - neo4j_data:/data image:…
Silas Berger
  • 129
  • 6
1
vote
1 answer

connect to server runned in windows docker container

I am a newbie with docker. I need to use it at windows 7*64 , via docker toolbox. I need to make a connection to server below: Run the server: docker run -p 4444:4444 mycontainerWithServer After this i open new docker toolbox window and try to…
Vova
  • 563
  • 8
  • 20
1
vote
1 answer

Bundle.js from create-react-app loads slowly with Docker Toolbox

I have a react web app built using create-react-app that is currently running inside a container. The development bundle.js is kinda big ~2mb. But, it takes the webpack-dev-sever that is running inside the container more than 30 seconds to load the…
1
vote
1 answer

Docker VM host on Windows 7 behind corporate proxy cannot contact proxy or wider internet

Welcome to another slightly different flavour of "docker-machine behind corporate proxy". I'm fairly sure this isn't an exact repeat of other questions on this subject area, having spent an exhaustive amount of time trying other potential solutions…
Bannatyne84
  • 162
  • 2
  • 12
1
vote
1 answer

Docker-toolbox cannot access VM by IP

I run: docker run -p "9999:80" nginx and attempt to access the web server using the following address: 172.17.0.2:9999. I got this IP from docker inspect [container_id]: "NetworkSettings": { "Bridge": "", "SandboxID":…
BugHunterUK
  • 8,346
  • 16
  • 65
  • 121
1
vote
3 answers

Docker Toolbox image operating system "windows" cannot be used on this platform

I have installed docker toolbox on my windows 10 home pc. I ma facing two problems. 1.When I click on docker quickstart terminal, it gives unix/linux prompt. 2.When I try to run this command docker build (on windows command prompt), I get this…
santubangalore
  • 796
  • 1
  • 12
  • 25
1
vote
2 answers

docker toolbox - can't mount directory using docker-compose

I work on windows 10 and use docker toolbox. When i run container using docker run command, i can mount local filesystem folder on container folder, like this: docker run -ti --name local -p 80:80 -d -v /c/Users/name/htdocs:/app…
Ded Nolyxeux
  • 41
  • 1
  • 8
1
vote
0 answers

/mnt folder missing docker toolbox

I am attempting to copy a folder from my local directory to a docker container. I hear that for Docker Toolbox copying works a bit differently and that instead of being copied directly the folder should be mounted in a folder /mnt. This folder seems…
1
vote
0 answers

Cassandra fails to start on Docker Toolbox external volume

The issue is related to running "library/Cassandra" version 3.11.2 on Docker Toolbox (docker-machine version 0.11.0) on Windows 7. These are versions that I have to use due to constraints at my place of work, and can confirm that I have had no…
Steve Davis
  • 167
  • 14
1
vote
2 answers

Unable to access the Docker nodejs container on the browser

I am using windows ver 10 home, so I am using "docker toolbox for windows" where my docker client is windows/amd64 and server is linux/amd64. I have built a very simple nodejs application with three files. server.js /** * Created by farhanx on…
wolvorinePk
  • 1,760
  • 5
  • 36
  • 67
1
vote
1 answer

Is there any way to use runasoriginaluser in uninstallrun in inno setup?

I have written an application using docker-toolbox and inno setup script for the application installation in windows 10. And I want to remove the docker-toolbox VM, while I uninstall my program. However, the VM cannot remove completely by following…
Chun To Lam
  • 129
  • 1
  • 1
  • 4
1
vote
0 answers

Apache forbidden error on Docker toolbox when trying to mount volumes

I have just installed Docker toolbox (I am on Windows 10 Home, so this is the only option to me). I have this Dockerfile: FROM php:7.2-apache COPY src/ /var/www/html EXPOSE 80 And this PHP file:
AugustasM
  • 11
  • 5
1
vote
1 answer

Docker toolbox (HomeBrew / Tensorflow)

Installing TansorFlow on MacBook. As a part of the installation, I have to install "Docker-Toolbox" for a "Docker"... Comand line screenshot Why do I get the error (check the attached screenshot) when I trying to run the command: brew cask install…
I. Ochnev
  • 11
  • 2
1
vote
0 answers

Unable to connect with local Docker machine from Visual Studio Code

I installed "Docker(0.0.27)" extension in Visual Studio Code(running locally on laptop) to build docker images without leaving the IDE. But observed following issue when issued "docker version" command from VS code terminal window.. I even set the…
1
vote
1 answer

Can't connect to mysql container from MySQL Workbench (Windows 10)

This is my 2 instances of docker images running. $ docker ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES bb51b0b63b7d …
Zarrao Zaga
  • 169
  • 2
  • 8