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...
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...
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...
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...
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.
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...
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...
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
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:...
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...