Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong path in hooks/docker.chroot #54

Open
argosax-reborn opened this issue Apr 23, 2018 · 0 comments
Open

Wrong path in hooks/docker.chroot #54

argosax-reborn opened this issue Apr 23, 2018 · 0 comments

Comments

@argosax-reborn
Copy link

At line 11 of the hooks/docker.chroot script, the mv command doesn't work because the path is wrong.
When docker.tgz is unpacked, it's embedded in a folder named docker.
On my ubuntu 16.04, the build instructions won't work out-of-the-box.

The command :

  • 'mv /tmp/docker/usr/local/bin/docker' /usr/bin/docker

should looks like :

  • 'mv /tmp/docker/docker/docker' /usr/bin/docker

Maybe adding a parameter to tar should do the trick ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant