Questions tagged as 'docker'

2
answers

Why use Docker on Azure?

This year I saw that Azure provided a container service called "Azure Container Service". This service, among other things, allows you to use Docker on Azure. It turns out that Docker is a container system. From what I've understood about it...
asked by 13.07.2016 / 20:50
1
answer

Rotate adb in several docker containers

I have four phones connected via USB. I have two containers docker running on my machine and each of them has adb running. The adbs select the cell phones randomly, I'd like to map two cell phones to one docker and two cell phones...
asked by 18.07.2018 / 17:45
2
answers

nginx does not display index php

So guys, I think it's some configuration on the server that is not displaying the error page, I am running a docker-compose that "uploads" a container php, mysql, and nginx , however, when accessing localhost I get the following error:...
asked by 01.11.2017 / 03:59
1
answer

How to identify in a shell script, which is the docker command that is running

I've created this image ( link ) that sets up an environment for an application social networking website. This application needs a link with a Mysql container. In the Dockerfile of my image ( link ) exists a RUN command with a shell scrip...
asked by 10.12.2015 / 20:01
0
answers

How to do a container deploy through the portal azure?

How to deploy a docker container in azure only using the portal? All the explanations I see are using AZURE CLI , I would like to know if there is a way to do it without using AZURE CLI .     
asked by 13.09.2018 / 21:24
1
answer

Troubleshoot Docker for Windows

I am not able to start Docker on Windows, I have already re-done the installation process but the error reported is the same. Sincevirtualizationisactiveonmyworkstation. Followthebasicconfigurationofmyworkstation: I'd like information o...
asked by 07.07.2017 / 21:15
2
answers

Docker during development

I began to study the use of Docker and a question arose that I still can not understand: Imagine that I have a python script that I want to run inside my container, so I go there and create the following DockerFile FROM python:3 ADD...
asked by 05.07.2017 / 19:43
1
answer

How to list containers in Docker?

Recently I started doing tests in Docker, I created a virtual machine and installed Debian 9 without graphical interface. I know the command: docker ps Show running containers, are there other commands where I can search if a particular con...
asked by 22.01.2018 / 07:51
1
answer

Edit mysql ini in container

I am using docker to generate a LAMP. My yml looks like this: web: image: tutum/apache-php ports: - "80:80" links: - db volumes: - $PWD:/app db: image: mysql environment: - MYSQ...
asked by 28.08.2018 / 14:14
1
answer

What are the differences between Container (Docker), App Service and Service Fabric in Azure?

When we publish an application, service or Web API we have a great diversity of options today. I particularly like Azure because of its mentality of facilitating the settings by the panel and passing the complexity to other parts of the applicat...
asked by 15.08.2017 / 22:43