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:
#2
RE: docker build -t sentora . (dockerizing sentora container)
trojanspike you got a customer ;-)
No support using PM (Auto adding to IGNORE list!), use the forum. 
How to ask
Freelance AWS Certified Architect & SysOps// DevOps

10$ free to start your VPS
Reply
Thanks given by:
#3
RE: docker build -t sentora . (dockerizing sentora container)
jujes , Please see link on Docker repo & possibly contribute a strateg[y,ies]

http://https://github.com/trojanspike/se...dockerized

Thanks
Reply
Thanks given by:
#4
RE: docker build -t sentora . (dockerizing sentora container)
@trojanspike  thanks! what about this topic?http://forums.sentora.org/showthread.php?tid='1410&highlight=dockeror this containers? https://registry.hub.docker.com/u/yofreke/sentora/ https://github.com/yofreke/docker-sentora@trojanspike @[jujes' Wrote:, Please see link on Docker repo & possibly contribute a strateg[y,ies] pid='9953' dateline='1431091809']
http://https://github.com/trojanspike/se...dockerized

Thanks
Reply
Thanks given by:
#5
RE: docker build -t sentora . (dockerizing sentora container)
You can also try out a version of this that I did up a while ago. I have been running a fairly high traffic server for the last 6 months with it. The install script is a bit out of date, plan on updating to the 1.0.0 installer soon.

@trojanspike Would be cool to do a bit of collaboration on this! I will shoot you a PM to see if it is something that Sentora is interested in supporting

https://github.com/yofreke/docker-sentora
Reply
Thanks given by:


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

Forum Jump:


Users browsing this thread: 1 Guest(s)