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)
#...
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/...
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...
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
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?
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...
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...
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...
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"...
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 .