Questions tagged as 'docker'

1
answer

Permission denied Wso2 docker volume

Hi, I'm mounting a docker container for the wso2Ei and I'm having Denied Permission error. My docker file is this: # ------------------------------------------------------------------------ # # Copyright 2017 WSO2, Inc. (http://wso2.com) #...
asked by 10.05.2018 / 14:52
2
answers

ANGULAR CLI ERROR

I have a problem installing angular-cli on a docker. I'm running the command npm install -g @angular/cli@latest and it shows me the error attached    /root/.nvm/versions/node/v8.6.0/bin/ng - >   /root/.nvm/versions/node/v8.6.0/lib/...
asked by 02.10.2017 / 06:46
1
answer

How do I change the ip to which a docker container is linked?

Create a docker container with a database on a computer with the IP (host) 10.1.1.100, the container has a web application, so port 80 of the container is routed to port 80 of the ip. docker run --name contenedor -d -p 10.1.1.100:80:80 somethi...
asked by 08.03.2017 / 19:43
1
answer

How to install extension for GPU in tensorflow windows 8.1

I wanted to know how I can install nvidia-docker in windows, since in its documentation, it only has support for linux, if there is a guide out there that I have not found. link     
asked by 11.09.2016 / 13:29
2
answers

How to add several ports to the same Docker container?

I am running a docker container running an apache2.4 + PHP7 + MSSQL service the issue is that I want that same container to add port for ssh and ftp, as I would do if I already declared it for the first time the 8080: 80?     
asked by 01.02.2018 / 18:46
2
answers

MySQL database performance [closed]

Good evening I have a query, I am creating a sales management system in c # for 3 branches with multiple users and all will be connected at the same time and to the same server, is my query that the data flow is too much saturated? or that depen...
asked by 08.01.2018 / 03:44
1
answer

Is a Mysql image strictly necessary in JHipster?

I have a project created with Jhipster and I'm about to turn it into production. The generator as such creates a container of the database, in this case Mysql. At the moment of generating the image with Docker and executing it obviously uses an...
asked by 05.07.2018 / 23:13
1
answer

Problem with Dockerfile and jenkins

I'm starting with the dockerfile and jenkinsfiles and I'm pretty lost. I do not know exactly what the problem is. I'm trying to create smaller images. This is my Jenkinsfile node { // -- Configura variables echo 'Configurando variable...
asked by 26.06.2018 / 14:14
1
answer

ERROR: In file './docker-compose.yml', service must be a mapping, not a NoneType

I am creating a docker-compose.yml, I see no problem in the file but every time I run the --build displays the error "setup this up without issue" version: '3.3' services: web1: image: docker_micro container_name: web1 ports: - "1000:8080"...
asked by 17.05.2018 / 19:20
1
answer

How to have a mysql container that updates my db in Docker Hub?

I am new with docker, I need to have a container that is running a mysql server, and that when I modify the data of the db, do a commit and push to docker hub, my partner downloads it and has the same data as me .     
asked by 23.02.2018 / 17:07