julien-duponchelle / docker-osx

Fast and easy installation of Docker on OS X
1.03k stars 70 forks source link

We're all doing the same thing #29

Closed bfirsh closed 9 years ago

bfirsh commented 10 years ago

Looks like @steeve is working on an almost identical thing for boot2docker. Perhaps we should decide on one and combine our efforts? Perhaps one should be blessed as "official" if it's going to be included in an installer? /cc @shykes

julien-duponchelle commented 10 years ago

I think the solution from @steeve actually can replace my script except for port forward (only two port are forwarded actually). And it's multiplateforme.

I propose to just redirect this project to boot2docker.

bfirsh commented 10 years ago

Yes, I agree. My wishlist: a hostname for the VM so additional ports don't have to be forwarded (e.g. boot2docker) and a volume mounted at /Users/$USER that points to the home directory on the host machine. If boot2docker has those two things it would be able to replace docker-osx.

I made a start at something a bit more substantial than a bash script ( https://github.com/bfirsh/virtualdocker ), but perhaps in the interests of speed a bash script is the best thing to do for now.

bfirsh commented 10 years ago

boot2docker is also missing setting the DOCKER_HOST variable (see https://github.com/steeve/boot2docker/issues/63 ).

bfirsh commented 10 years ago

See also https://github.com/steeve/boot2docker/issues/84 and https://github.com/steeve/boot2docker/issues/85

mmerickel commented 9 years ago

FWIW I've replaced docker-osx finally with boot2docker following https://gist.github.com/mmerickel/e213fbe7ec7728e4d043 if anyone else is interested.

bfirsh commented 9 years ago

We're close to getting full support for docker-osx's features in boot2docker.

https://github.com/boot2docker/boot2docker/pull/534 https://github.com/boot2docker/boot2docker-cli/pull/258

julien-duponchelle commented 9 years ago

Nice !