Hi. [email protected] writes:
> Hi, > > I was willing to check what was wrong with setuid in docker, and I > tried to follow the documentation. > Thanks for your interest... unfortunately my docs were a bit of a mess I think, as I started initially with a "basic" docker container construction, and tried baseimage-docker [0] later, resulting in some confusion. > I think there are a few things missing, in particular how to initiate > the "myfusionforge" registry, and where to store all the config files > that are embedded in the wiki page. AFAIR, this is just a random name you pass to the -t option of docker.io build (see the comments in the headers of the dockerfiles)... so this will be your local docker "repo" of images, unless someone already named that way a remote docker repo available through the docker.io index. > > Also you mention several variants, but as a beginner I have no clue > which base image I should use, and I'd like to reproduce _your_ bug > situation, so how about *recommending* one (and put the other one in a > "variant" subsection, or just ditch it)? > Yeah, sorry about the mess. Given the tests I've done, the more sensible option for now would probably be to start over a Debian version of baseimage-docker, which provides openssh and runit over a base Debian install, and just document installation of postgres, apache and fusionforge. I've cloned the baseimage-docker repo and made changes for such a Debian base image (theirs provide Ubuntu), even though I haven't checked all options, like using a SSH key for connecting to the containers. You'll find my "fork" at [1]. It was quite quick and dirty, in order to replace the previous attempts at installing runit manually, which is documented also in the wiki page (and could probably soon be removed, if the Debian baseimage-docker option seems valid), and I'm not sure I'm the first one to have initiated this (I received to feedback to my announcement on their "private" forum [2]...). Hope this is clearer now. Best regards, [0] http://phusion.github.io/baseimage-docker/ [1] https://github.com/olberger/baseimage-docker/tree/debian (on a 'debian' branch) [2] https://groups.google.com/forum/#!searchin/passenger-docker/debian/passenger-docker/4E0c4Z6fGrU/_MHhghbpqqkJ (requires subscription :-/) -- Olivier BERGER http://www-public.telecom-sudparis.eu/~berger_o/ - OpenPGP-Id: 2048R/5819D7E8 Ingenieur Recherche - Dept INF Institut Mines-Telecom, Telecom SudParis, Evry (France) _______________________________________________ Fusionforge-general mailing list [email protected] http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-general
