Questions tagged as 'docker'

0
answers

Unit of measurement of a CPU in DOCKERS?

I am analyzing a JSON in dockers.stats, of which the CPU structure is the following: "cpu_stats":{ "cpu_usage":{ "total_usage":1523207123477, "percpu_usage":[1523207123477], "usage_in_kernelmode":629...
asked by 06.07.2018 / 10:34
1
answer

Error with nginx Plugin for Docker Compose

I have a problem when lifting the service kobo-docker_nginx_1 in a virtual machine with Ubuntu 16.04. The following error appears when trying to execute the docker-compose up command: for kobo-docker_nginx_1 Cannot start servi...
asked by 05.07.2018 / 16:22
1
answer

Is it possible to separate the vnc server from the machine I want to control?

A normal structure is:    [vnc client] - internet - > equipoB [vnc server + desktop] But I wish for functionality of my application to do:    [vnc client] - internet - > equipoB [vnc server] - > ComputerC [desktop] Is it p...
asked by 15.06.2018 / 04:51
1
answer

Problem with Deployments in Kubernetes

I have a problem with some apps that run from Kubernetes. These, are released with heml of repos Kubeapps. Once the thrown process starts it stops because a Pod requires an external IP. I tried to create an ingress file with Nginx Ingress Contro...
asked by 13.06.2018 / 12:05
0
answers

problem loading kubernetes

   The connection to the server localhost: 8080 was refused - did you   specify the right host or port? I have changed the path to mount a local server in ubuntu 16.04 , after shutting it down it fails to restart.     
asked by 17.04.2018 / 00:34
0
answers

problems when running a .Net project with Docker

I'm trying to follow this tutorial: link To run a .Net application in Docker. However, when I run the docker ps -a command, the following output appears: "dotnet aspnetapp.dl…" 11 seconds ago Exited (145) 8 seconds ago...
asked by 12.04.2018 / 19:10
1
answer

Docker-compose no such file or directory

I'm trying to mount a generic project based on this docker image and everything works correctly when creating the containers and launch them, the database is accessible from PHPMyAdmin and PHP is launched correctly. The problem comes wh...
asked by 08.12.2017 / 11:56
2
answers

Docker compose with ubuntu does not work

I'm doing a docker-compose.yml with the following content, but the result is an exited code 1. web: image: ubuntu Trying another image works, but less with ubuntu or debian     
asked by 28.12.2017 / 19:43
0
answers

Failed to raise the server with Composer and django

I'm following the tutorial to raise django in a docker container on this page, django-docker , I can configure the system as it indicates but at the moment of lifting the server with docker-compose up it throws me the following result:...
asked by 22.11.2017 / 03:54
1
answer

Dockerfile ask the user a value

Good afternoon colleagues, I'm working with Docker in the construction of some images and I've found that some facilities ask the user questions such as a password. There is the possibility of questioning the user during the process of creati...
asked by 22.11.2017 / 01:40