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

Docker "Operation not permitted" issue on Windows

I'm trying to use Docker on Windows through Docker Toolbox, but I'm struggling to make it work. I've pulled Docker PHP image. For example, this simple ls command fails: $ docker run -it --rm -v /$(pwd):/home/projects php:7.0-cli ls -l…
Nikola Poša
  • 153
  • 1
  • 1
  • 13
2
votes
1 answer

No module named 'pandas' - Jupyter, Python3 Kernel, TensorFlow through Docker

I have a Docker container running from tensrflow with Jupyter (Python 3 Kernel) image: erroneousboat/tensorflow-python3-jupyter This works great and I can access the jupyter notebook from http://DOCKER_IP:8888 My only issue is that pandas library…
2
votes
1 answer

Cannot connect to X server using docker on OSX

I am trying to install openFoam on Mac OS X 10.10.5 (http://www.openfoam.com/download/install-binary.php) by using Docker-toolbox. I can do without problems all the suggested steps, but then, when I try to run the example included in the…
Marco
  • 45
  • 1
  • 4
2
votes
1 answer

Docker cannot create a machine - Error in driver during machine creation

error message when the first time i run the Docker Quickstart Terminal , i got below message,the machine cannot be create. Error creating machine: Error in driver during machine creation: exit status 1 Looks like something went wrong... Press any…
amingo
  • 91
  • 3
  • 10
2
votes
0 answers

Issue with Docker Toolbox

I have been getting the following problem after getting Docker set-up on a Mac OS using the Docker Toolbox: Pulling repository docker.io/library/hello-world Error while pulling image: Get…
freetoplay
  • 657
  • 2
  • 8
  • 23
1
vote
0 answers

How to connect the microphone to Docker app on Windows 10 and save outputs to my local directory?

I cannot connect my docker container to my microphone or local directory on Windows 10 and have been troubleshooting for some time, but I cannot find the issue. I would be truly grateful if anyone could give guidance. Here is my Dockerfile: FROM…
Batoot
  • 31
  • 1
  • 4
1
vote
1 answer

Getting Operation not permitted error using docker toolbox to get php running in container

I am on win home, using docker toolbox and getting this error: make: /bin/sh: Operation not permitted make: *** [Makefile:243: pdo.lo] Error 127 ERROR: Service 'php' failed to build: The command '/bin/sh -c docker-php-ext-install pdo pdo_mysql'…
1
vote
3 answers

touch: cannot touch 'Dockerfile': Permission denied

I am using the latest version of docker toolbox on windows 10 home and I am getting this problem everytime I run this command I get this error $ touch Dockerfile …
1
vote
0 answers

Windows 10 Docker Machine exit status 255

I am running docker on Docker Tool-Box on Windows. I have written some wrong scripts in /var/lib/boot2docker/profile file in the boot2docker vm . Due to which my docker-machine won't start or stop, giving me error exit status 255. I don't want to…
aziz warsi
  • 11
  • 1
1
vote
1 answer

Cannot mount file as a volume in nginx

I am new to Docker and I have only started learning. I have faced a problem to mount index.html in Nginx. I am using Docker Toolbox for Windows 10 Home. I set the shared folder for my virtual machine 1. When I want to mount a server with index.html…
1
vote
0 answers

Docker Toolbox - default machine ip not connecting

I'm trying to run my react app in a docker container. I'm using Docker Toolbox because i have windows 10 home. When I run the image using the command "docker run -p 8080:8080 ${image_id}", everything works fine except I can't access the port,…
Frantz Paul
  • 127
  • 2
  • 11
1
vote
1 answer

What's the relationship among "Docker Toolbox", "docker-machine" and "Docker Container"

I am totally new to docker and recently I follow "The Docker Book" from James to learn about docker by myself. The OS I am using is OSX. The tool I am using to run docker is Docker Desktop for Mac (BTW, Is that a docker-toolbox I am using?). When I…
1
vote
0 answers

Refuse to connect with rabbitmq using docker toolbox

My friend has a problem with connection to rabbitmq via docker toolbox. The whole team uses windows pro or edu, where we don't have any problems with docker. But one of my friend has windows home, so we needed to download docker toolbox. When we…
1
vote
1 answer

How to use vscode remote containers with docker machine (and docker toolbox)?

I use Windows 7 and can't install Docker for Windows, so I use Docker Toolbox. Docker Toolbox is not supported by Microsoft Visual Studio Code for Remote Container Development. But I need to use this functionality with my docker toolbox. There is an…
gavioto
  • 1,695
  • 2
  • 17
  • 38
1
vote
1 answer

Fabric cryptogen tool generating incorrect certificate paths

When following the "Build Your First Network" example from Hyperledger Fabric, after the execution of the ./byfn.sh generate the cryptogen tool is creating a various config.yaml files among the crypto-config directory, inside them are the NodeOUs…