While we are fixing the dockerfile for the website, can I also request that we update the docker file to not muck up the mesos source directory that gets mounted in? Right now, the end result of 'docker run' is a "publish" directory and a "documentation" directory inside "mesos" directory, which means I need to clean those up manually later.
For "publish", I would like us to mount a source directory (mesos) and a publish directory, like so: sudo docker run -it --rm -p 4567:4567 -v <path-to-mesos-source>:/mesos -v <path-to-publish>:/publish mesos/website Then as a committer, I would set <path-to-publish> to the publish folder of my svn clone of the site (e.g., ~/workspace/site/publish). For "documentation", I would like the Dockerfile to delete it during exit. On Fri, May 20, 2016 at 9:45 AM, Kevin Klues <[email protected]> wrote: > Ah, now I see what you are saying. Yes. It would probably be good to add > those steps to the docker. > > On Friday, May 20, 2016, haosdent <[email protected]> wrote: > > > The mesos-webiste-container works pefect. But for release a complete > > website, it didn't contain the doxygen and javadoc. > > > > https://mesos.apache.org/api/latest/java/ and > > https://mesos.apache.org/api/latest/c++ > > > > On Sat, May 21, 2016 at 12:22 AM, Kevin Klues <[email protected] > > <javascript:;>> wrote: > > > > > What was the error with docker? I use that all the time (even just > > > yesterday) > > > > > > On Friday, May 20, 2016, haosdent <[email protected] <javascript:;>> > > wrote: > > > > > > > Let me include this in the pactch. ;-) > > > > > > > > On Sat, May 21, 2016 at 12:17 AM, Vinod Kone <[email protected] > > <javascript:;> > > > > <javascript:;>> wrote: > > > > > > > > > On Fri, May 20, 2016 at 9:00 AM, haosdent <[email protected] > > <javascript:;> > > > > <javascript:;>> wrote: > > > > > > > > > > > run ../support/generate-endpoint-help.py, rake doxygen and rake > > > > javadoc. > > > > > > > > > > > > > > > > yes. maybe update the rake target ":default" target to also do > > doxygen > > > > and > > > > > javadoc tasks? > > > > > > > > > > > > > > > > > > > > > -- > > > > Best Regards, > > > > Haosdent Huang > > > > > > > > > > > > > -- > > > ~Kevin > > > > > > > > > > > -- > > Best Regards, > > Haosdent Huang > > > > > -- > ~Kevin >
