Questions tagged as 'docker'

1
answer

Doubts concerning microservices and containers

Good afternoon, We are starting to develop new applications with microservices, contenders ... and we are finding a series of doubts about them that, even though we are looking for, we can not solve them 100%, the question is the following: We h...
asked by 27.12.2017 / 15:11
1
answer

Mount a local volume in a container using Dockerfile?

I'm trying to make a local directory link inside the container, explain why. The idea is to have a container with the S.O running but the web project is housed in a local folder. I know that using the command: -v /path/on/host:/path/in/cont...
asked by 14.11.2016 / 12:16
0
answers

GitLab registry 'denied: requested access to the resource is denied' to push image

I get the following error in% co_of% trying to push to image from% co_of% to the registry $ docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" "$CI_REGISTRY" Login Succeeded $ docker pull <anyImage> $ docker push "${CI_RE...
asked by 18.12.2018 / 15:12
1
answer

Do not run crontab from docker container

I'm trying to set up a crontab from docker, the code I have is like this: # Web container FROM debian:jessie RUN apt-get update RUN apt-get install -y cron curl apt-utils nano curl apache2 apache2-utils libmysqlclient-dev RUN apt-get -y inst...
asked by 13.12.2018 / 02:44
0
answers

Container Docker Ubuntu 18.04 + Apache + PHP

Good morning! I have a question about creating images and it is due to the fact that when creating one with the installation of Apache + PHP in Ubuntu, I find that in the PHP installation process I am asked for interaction on my part. For the...
asked by 01.12.2018 / 20:53
0
answers

DO NOT redirect to HTTPs some services with TRAEFIK

I have mounted tráfik in Docker with the following configuration in TOML : defaultEntryPoints = ["http", "https"] [entryPoints] [entryPoints.http] address = ":80" [entryPoints.http.redirect] entryPoint = "https" [entryPoin...
asked by 26.11.2018 / 11:45
0
answers

display my angular application with ssl and Nginx using docker

I have the following problem, I do not know if it would be a good idea to deploy my angle application, using as server Nginx and let's encrypt as ssl, the bd will be postgresql; by using docker (I'm new with docker) I was investigating a bit...
asked by 25.11.2018 / 18:44
0
answers

ImportError: can not import name 'safe_join'

I get this error when I run a Django project with docker with AWS S3     
asked by 12.11.2018 / 22:39
0
answers

configure tomEE with Docker

Thank you very much for your time, I am learning Docker and tomEE and I would like to configure it took more than a day dealing with everything I found on the web but I still can not even enter the manager I leave my file...
asked by 06.11.2018 / 07:49
2
answers

Error when trying to view images with docker

Hello and I apologize if for the slightly basic question, I simply could not find the solution in google. I entered the command: docker images to be able to see the installed images and I miss this error.     
asked by 09.11.2018 / 00:48