Questions tagged as 'docker'

1
answer

Docker Pull Error

When I try to download an image from docker, like the official image of 'ruby' or any other image, it gives this error: ✘ user@debian  ~  sudo docker pull ruby [sudo] password for user: Using default tag: latest Error response from daemon:...
asked by 28.02.2017 / 21:04
0
answers

AttributeError: 'NoneType' object has no attribute '_product'

I'm trying to do a project with Python and Docker, but I'm having some programming problems. I have 2 files with error that are ProvisionOps.py and DockerOps.py. Follow ProvisionOps.py #!/usr/bin/python # -*- coding: UTF-8 -*- #...
asked by 12.04.2017 / 00:05
1
answer

When I run cUrl for localhost: 8080 it can not communicate

When I run cUrl for localhost: 8080 it can not communicate $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_POST, true); curl_setopt($ch, CURLOPT_POSTFIELDS, $data); cur...
asked by 08.02.2017 / 17:59
1
answer

How to pass password in docker run

I have in my docker file a command that I make clone using git, I am using the: ENV USUÁRIO \ SENHA Then in the command ( inside dockerfile ) I'm calling these ENV: RUN git clone git clone https://$USUARIO_BITBUCKET:$SENHA_BITBUC...
asked by 22.06.2016 / 17:34
1
answer

Run VirtualBox on Docker to also run Genymotion

I'm trying to install Genymotion in Docker, but I'm having problems with the Virtual Machine. This is my DockerFile: FROM ubuntu:15.04 MAINTAINER paulo.ch8 RUN apt-get update && \ apt-get install -y wget && \ #...
asked by 29.07.2015 / 05:46
1
answer

How to prevent automatic start of containers when starting Docker

I have Docker installed on a MacOS, when starting the Docker application my containers are starting automatically. How do I prevent this automatic start behavior?     
asked by 11.10.2017 / 20:32
1
answer

Problems with the php artisan command using Laradock

Whenever I use Laravel's artisan command in my laradock workspace to create a controller, model or any other file I can not save or delete this generated file, the system (Linux Mint) asks me to place my user password. I have tried to change the...
asked by 18.08.2018 / 16:29