docker-machine Questions

4

I have a docker image on my local machine. When I try to run the image using the below Jenkins file. agent { docker { image 'gcc/sample:latest' args "-v /etc/passwd:/etc/passwd:ro } } Then I ...

3

I'm trying to build a new image with docker, but when I enter the build command: docker image build -t vue-app . I get this error: [+] Building 0.2s (2/2) FINISHED => [internal] load build defi...
Bor asked 27/5, 2023 at 20:7

12

Solved

When I am trying to build the docker image I am getting out of disk space error and after investigating I find the following: df -h Filesystem Size Used Avail Use% Mounted on /dev/vda1 4G 3.8G 0 1...
Eremite asked 9/7, 2018 at 5:46

11

I was using docker everyday but today a problem occurred without changing anything. I opened docker terminal and tried to start one of my containers. But it gave this error: "No connection cou...
Topsail asked 15/5, 2016 at 3:19

7

Solved

I am using Docker on Mac OS X with Docker Machine (with the default boot2docker machine), and I use docker-compose to setup my development environment. Let's say that one of the containers is call...
April asked 21/1, 2016 at 19:19

26

Solved

I got some docker containers running on AWS EC2, the /var/lib/docker/overlay2 folder grows very fast in disk size. I'm wondering if it is safe to delete its content? or if docker has some kind of c...
Papist asked 10/10, 2017 at 16:53

9

Solved

I'm trying to launch container using docker-compose services.But unfortunetly, container exited whith code 0. Containers is build thanks to a repository which is from a .tar.gz archive. This archiv...
Peyton asked 3/7, 2017 at 11:45

9

Solved

I'm trying to set up Docker Machine with Docker Compose. Scenario 1 (without Docker Machine) If I run docker-compose up -d without Docker Machine, it creates my 3 linked containers as intented (ng...
Halutz asked 9/8, 2015 at 23:58

25

Solved

I use docker logs [container-name] to see the logs of a specific container. Is there an elegant way to clear these logs?
Impossibility asked 28/2, 2017 at 13:25

7

I would like to persist the mongoDB data outside of the container and on a specified volume. I am using docker-compose and the yml file looks like web: build: . command: python -u app.py ports:...
Tackle asked 21/12, 2015 at 6:46

4

Solved

This stuff is really getting confused now. Can someone please explain what's going on. Just the straight one liner difference. dockerd libcontainerd containerd docker-containerd docker-runc docke...
Pinwork asked 9/10, 2017 at 15:7

5

Solved

I am going through the documentation on Docker Get Started (Part 4), and one of the first steps there is to create a VM using VirtualBox. now I've met all prerequisites and have everything set up, ...
Hadj asked 21/9, 2018 at 14:18

4

I am trying to launch two VMs using docker machine: docker-machine create --driver virtualbox myvm1 docker-machine create --driver virtualbox myvm2 I see the following error in the output: (myv...
Sec asked 24/12, 2018 at 9:28

7

Solved

I might have a bit of a messed Docker installation on my Mac.. At first I installed Docker desktop but then running it I learned that as I'm on an older Mac I had to install VirtualBox so I did fol...
Hooligan asked 21/5, 2021 at 19:3

6

Solved

I have some makefiles where most of the stuff should run without configuration. These makefiles have used docker-machine in the past. Is there a way to detect in Bash if the user is using Docker De...
Adult asked 6/7, 2016 at 12:26

4

Solved

Earlier I used to run with the following command : sudo docker run --pid=host -dit --restart unless-stopped --privileged -v /home/:/home/ --net=host ubuntu:latest bash -c "cd home && wget ...
Highlands asked 5/3, 2019 at 5:33

6

Solved

I am trying to install docker in Ubuntu 16.04. I am following this link for docker installation. I am ending up with Unable to locate package docker-engine My current kernal version - 4.4.0-38-gen...
Crescint asked 22/9, 2016 at 17:15

13

Solved

EDIT (2/19/21): A lot of time has elapsed since I asked this original question years ago and I've seen a flurry of activity since then. I re-selected an answer which I think is consistent with the ...
Sluggard asked 7/1, 2016 at 15:22

3

Solved

I've used docker login command and passed my credentials and I got warning WARNING: login credentials saved in /Users/{my_username}/.docker/config.json. I've checked that file and indeed my passwor...
Crop asked 12/8, 2015 at 9:59

8

Solved

If Docker community runs natively on windows, then why does it need Hyper-v? I.E., doesn't native imply that Docker-Engine can run instructions on windows? It looks to me like it still starts up a ...
Kluge asked 14/1, 2018 at 16:31

9

I updated my docker for desktop app (Version 2.0.0.3) on Windows 10 pro.But since then my docker is not starting and throwing following error. Hyper-V\Get-VMNetworkAdapter : Hyper-V was unable to ...
Leviathan asked 19/2, 2019 at 9:18

2

I have been trying to pull a docker image; which has been pushed successfully to the private jfrog repository using the same terminal and in same session. There comes no issues while pushing the im...

4

Solved

I created a docker container which is running 2 java processes - one of the processes is listening on port 4444 and should have access from browser hitting the following URL: http://{host}:4444/gr...
Cottonmouth asked 22/2, 2018 at 15:59

6

Solved

I am trying to use docker-machine to create an instance on a private cloud (Openstack) that is behind a corporate http proxy. Is it possible to tell docker-machine to use the proxy or do I need t...
Ailssa asked 2/7, 2015 at 15:47

0

This the docker image I want to modify. So Steps what I have done is - docker pull biomystery/sra-tools-pigz:2.10.9 - docker run -it -d --name kcm_sra_tool d97f2ab7e64f - docker exec -it be7b9d6...
Guarantee asked 18/7, 2023 at 19:18

© 2022 - 2024 — McMap. All rights reserved.