Skip to content

Wrong path in hooks/docker.chroot #54

@argosax-reborn

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 ?

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