Skip to content

Wrong path in hooks/docker.chroot #54

Description

@argosax-reborn

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 ?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions