Questions tagged as 'docker'

0
answers

Django 2.0.9 - Dock application - Difficulty in completing the process

Good afternoon, guys. I'm doing a job at the University. Basically it is an application in Django version 2.0.9. However, the teacher asked us to perform the following procedure to deploy the application to a university server: "In the las...
asked by 02.12.2018 / 17:57
1
answer

Redmine, Docker and container view

Well, I'm totally new to docker and I'll try to be as brief as possible. I have a container with Redmine, to do the process I'm wanting I need to put in Redmine the path to a directory, my question is if Redmine being inside a container can have...
asked by 03.12.2018 / 04:22
0
answers

"libhostpolicy.so" error while rotating Docker image for .net core 2.0 project console application

I'm creating a Docker image with an application .net core 2.0 console to function as a background service on the machine, however, when running the image in linux, the following error is displayed: A fatal error was encountered. The library 'l...
asked by 09.11.2018 / 20:36
0
answers

http-server (Docker template) doing "proxy" for React application

In a simple application made with React created with create-react-app , using Docker template of some link ( Apache , for example), it is common to use a rule in Rewrite with /* passing to /static/ forcing to go to index.h...
asked by 24.10.2018 / 15:51
0
answers

NGINX - ERR_TOO_MANY_REDIRECTS when rewriting htaccess rules

I'm trying to convert some htaccess rules to NGINX and I'm getting ERR_TOO_MANY_REDIRECTS. The htaccess code is link Options +FollowSymLinks -MultiViews # Secuirty Control <FilesMatch "\.(htaccess|htpasswd|ini|log|sh|inc|bak|tpl)$">...
asked by 27.10.2018 / 22:19
2
answers

Guniconr / nginx / virtualenv inside Docker

I'm trying to run the tutorial routine digitalocean inside a docker machine. Using the official website gunicorn My problem happens in the attempt to make the reverse proxy inside the container. My idea was nginx on port 80, the gun...
asked by 25.10.2018 / 04:16
2
answers

How do I install another Wordpress site using Docker-compose?

I installed the Wordpress in a container in Ubuntu 18.04 lts, through this tutorial here . It worked. Now, I would like to install more than one Wordpress site to create other different projects. How can I do this? Should I create ano...
asked by 14.10.2018 / 19:34
1
answer

Why is it necessary to upload the ng serve in 0.0.0.0?

I installed Angular inside a Docker container ( fabiojanio / ionic ) however, I can only access the application when I start the server this way: ng serve --host 0.0.0.0 I would like to use only: ng serve How to do this?     
asked by 06.10.2018 / 03:01
1
answer

Error installing laravel 5.6 with Docker

I'm trying to set the laravel 5.6 in Docker image, but when executing the command: docker run -it --rm \ -v $(pwd):/app {user_dockerHub}/docker-laravel \ composer create-project laravel/laravel app I'm getting the follo...
asked by 20.09.2018 / 16:07
1
answer

LARAVEL - Error connecting MYSQL with LARADOCK in Workspace

When I try to run the command in the laradock workspace php artisan migrate the following error occurs: Illuminate\Database\QueryException : SQLSTATE[HY000] [2054] The server requested authentication method unknown to the client (SQ...
asked by 15.09.2018 / 06:15