skip to Main Content

can't isntall NGINX in a centOS7

can you help me with this? I'm trying to create a container with a centOS 7 and running on it nginx and PHP. this is my dockerfile: FROM remote-host COPY ./conf/nginx.repo /etc/yum.repos.d/nginx.repo RUN yum -y install nginx-1.12.2 --enablerepo=nginx && yum…

VIEW QUESTION

useradd invalid user in Dockerfile – Debian

I'm trying to use a docker image with Laravel + Microsoft SQL drivers. My dockerfile: FROM php:7.2-apache ENV ACCEPT_EULA=Y # Microsoft SQL Server Prerequisites RUN apt-get update && curl https://packages.microsoft.com/keys/microsoft.asc | apt-key add - && curl https://packages.microsoft.com/config/debian/9/prod.list > /etc/apt/sources.list.d/mssql-release.list &&…

VIEW QUESTION
Back To Top
Search