This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

docker build -t sentora . (dockerizing sentora container)
#1
docker build -t sentora . (dockerizing sentora container)
Some one know why don't build the container?

Code:
FROM ubuntu:14.04

MAINTAINER maintainer@sentora.org

RUN apt-get update

ENV DEBIAN_FRONTEND noninteractive

RUN apt-get -y install curl

RUN apt-get -y install wget

RUN apt-get -y install sysv-rc-conf

RUN wget sentora.org/install

RUN chmod +x install

RUN ./install

RUN sysv-rc-conf nginx on

RUN sysv-rc-conf crond on

RUN sysv-rc-conf sentora on

RUN sysv-rc-conf httpd on

RUN sysv-rc-conf apache2 on

RUN sysv-rc-conf mysqld on

EXPOSE 22 80 8000 3306 443 8083 21

CMD ["/sbin/init"]
Reply
Thanks given by:


Messages In This Thread
docker build -t sentora . (dockerizing sentora container) - by jujes - 05-08-2015, 07:23 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
Is Sentora dead? rajeevrrs 2 3 ,115 12-17-2022, 09:20 AM
Last Post: TGates
Sentora debug and error files johnnyp 0 1 ,212 10-27-2022, 06:16 PM
Last Post: johnnyp
Transfer Account to another Sentora BenI 1 2 ,658 07-21-2022, 07:19 PM
Last Post: Nigel

Forum Jump:


Users browsing this thread: 1 Guest(s)