skip to Main Content

Docker building node image – Stuck – Debian

I am trying to build a (node.js + python) image. This is the dockerfile i used: FROM ubuntu RUN DEBIAN_FRONTEND=noninteractive apt-get update RUN DEBIAN_FRONTEND=noninteractive apt-get install -y software-properties-common #install freecad RUN add-apt-repository ppa:freecad-maintainers/freecad-daily RUN DEBIAN_FRONTEND=noninteractive apt-get update RUN DEBIAN_FRONTEND=noninteractive apt-get…

VIEW QUESTION

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

Container not running – CentOS

could you help me? I'm trying to run a container by a dockerfile but it shows this warning and my container does not start. compose.parallel.parallel_execute_iter: Finished processing: <Container: remote-Starting remote-host ... done compose.parallel.feed_queue: Pending: set() compose.parallel.parallel_execute_iter: Finished processing: <Service: remote_host>…

VIEW QUESTION
Back To Top
Search