julien-duponchelle / docker-osx

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

Version '0.7.3' for 'lxc-docker' was not found #31

Closed AgentO3 closed 10 years ago

AgentO3 commented 10 years ago

I get the error.

Version '0.7.3' for 'lxc-docker' was not found

when I run

docker-osx ssh

This is because apt-get command should be lxc-docker-$DOCKER_VERSION instead of lxc-docker=$DOCKER_VERSION.

bfirsh commented 10 years ago

Not quite – it should indeed be lxc-docker=0.7.3, but Docker haven't included their package repository to include 0.7.3 it seems.

bfirsh commented 10 years ago

Either way I guess this'll work, it's just a bit odd that Docker has these separate versions instead of using apt versioning.

bfirsh commented 10 years ago

Thanks!

bfirsh commented 10 years ago

Aah – I see the problem. The lxc-docker=0.7.3 pseudo-package was removed when 0.7.4 was released, but lxc-docker-0.7.3 remains. Sigh.