docker-toolbox Questions

1

My action endpoints are usually http://localhost:50000/Method/egFunction but when I run the app on a docker container, I am not able to call the api endpoint, I get errors instead. I use docker-com...
Delegate asked 14/11, 2018 at 16:38

43

I just downloaded Docker Toolbox for Windows 10 64-bit today. I'm going through the tutorial. I'm receiving the following error when trying to build an image using a Dockerfile. Steps: Launched Do...
Particularism asked 19/2, 2016 at 17:48

3

I installed the docker toolbox but when i try to create a container it gives me that error. The version is returned but it's not possible to create a container. OS: Windows 10 Home ERROR: A conne...
Informality asked 24/4, 2020 at 13:2

2

I am trying to compose a stack using secrets for development, i use local files in docker/secrets/FILE_NAME I had this working in windows 10, but I'm struggling to get it to work under win7 toolbox...

9

Solved

I built a docker image from a docker file. Build said it succeeded. But when I try to show docker containers through docker ps (also tried docker ps -a), it shows an empty list. What is weird is th...
Battles asked 15/3, 2016 at 14:56

9

Solved

I'm following the guide at https://docs.docker.com/get-started/part2/#publish-the-image Throughout the guide I've had trouble with this error sometimes coming up and sometimes when I rerun the com...
Bream asked 19/10, 2017 at 3:26

11

I would like to remove the Docker toolbox completely from my Mac. I tried to remove Docker from the /Applications folder, but it didn't work out.
Ison asked 26/5, 2016 at 15:45

8

I am a Docker newbie and currently replicating course videos. I have to add that I only have Windows 10 Home and I am hence limited to Docker Toolbox. (At work I have W 10 Pro and use Docker itself...
Tautonym asked 26/5, 2018 at 8:9

6

Solved

I've used this tutorial to create my first docker webapi project. I'm using windows 7 (docker toolbox). This what I've ran: dotnet new webapi This is the Dockerfile: FROM microsoft/dotnet:lat...
Hileman asked 20/2, 2017 at 13:56

6

I am using docker toolbox on windows for docker related development. This works fine when I am on home or office network but doesn't work when I am using anyconnect VPN to connect to office network...
Coop asked 19/1, 2017 at 10:38

10

I recently upgraded my Docker Toolbox on Windows 10, and now my volume mounts no longer work. I've tried everything. Here is the current mount path: volumes: - C:\Users\Joey\Desktop\backend:/var/...
Piscatelli asked 26/12, 2016 at 16:49

6

when i try to run git-all-secrets i got Dockerfile: command not found and this is the command include correct information here is an example of the issue root@momo22:/home/momo/git-all-secrets# ...
Cassius asked 20/7, 2019 at 4:53

4

Solved

I am trying out AWS ECR and pushing a new tag to our private repossitory. it goes like this: export DOCKER_REGISTRY=0123123123123.dkr.ecr.us-east-1.amazonaws.com export TAG=0.1 docker build -t ve...
Nape asked 22/12, 2015 at 20:22

20

Solved

I installed Docker-Toolbox just now while following their webpage I started with Docker QuickStart Terminal and see following ## . ## ## ## == ## ## ## ## ## === /"""""""""""""""""\___/ === ...
Randeerandel asked 13/8, 2015 at 14:16

13

I am using docker toolbox on Windows 7 to run docker. (docker version 1.9.1) As it turns out, the docker machine creates its VM at C:\Users\username\.docker\machine\machines\default. As I commit t...
Pardon asked 26/11, 2015 at 7:48

3

Solved

I am trying to automate setting up a developer environment on Mac. Part of that setup is installing the Docker Toolbox. I cannot find any documentation on how do to this via command line. How can I...
Glovsky asked 23/9, 2015 at 16:25

2

I was running mariadb instance on docker windows toolkit. I did a env vaiable change on the mariaDB container using kitematic. Now it has recreated an instance loosing all my database. Is there a w...
Ofelia asked 25/6, 2020 at 9:59

12

I've recently run into this problem after having used docker toolbox without a problem for a while. Started happening after windows update? Windows 10 Home - 64 Uninstalled and reinstalled Docke...

2

Solved

I need to install Docker on my pc with Windows 10 home. I read that I can only install Docker Toolbox. Is there any way to have the latest Docker version instead without upgrading my pc to windows ...
Fierce asked 8/5, 2018 at 0:35

7

Solved

So I'm using Docker Toolbox because I don't have Hyper-V on my machine since it's not Windows 10 pro. Everything seems to work fine, but when I try to go on my browser 0.0.0.0:80 it always returns ...
Windbroken asked 17/3, 2017 at 19:50

5

Solved

I'm trying to get running a docker support with Visual studio 2017 for a .net core 2.0 web app running on linux containers. I'm working on machine with win 7 OS, so I must use a Docker toolbox with...
Explant asked 29/4, 2018 at 9:34

6

Solved

I am trying to use docker in Windows 10 Home. During install (in the Virtual Box part) I get an error: Cannot rename this connection. A connection with the name you specified already exists....
Goines asked 5/2, 2017 at 21:42

1

Using Docker toolbox on Windows 10 Home, Docker version 19.03, we have created a docker-compose.yml and added a secrets file as JSON, it runs fine on a Mac system, but it is unable to run the same ...

1

I am trying to send Patients scans to Orthanc server (docker based), getting an error while sending DICOM from Horos to Orthanc. using docker-compose to run my applications on Windows. note: able ...
Vilmavim asked 20/5, 2020 at 4:35

1

I am unable to get Docker Toolbox for Mac running. I had it running a few months ago perfectly. But now, it keep getting the errors: This machine has been allocated an IP address, but Docker Mach...
Manor asked 3/4, 2018 at 13:3

© 2022 - 2024 — McMap. All rights reserved.