Skip to content

Move docker-install/rootless-install.sh (except the curl part) to this repo + rewrite in Go #40707

Description

@AkihiroSuda

The current rootless installer (https://get.docker.com/rootless) is maintained in https://github.com/docker/docker-install/blob/master/rootless-install.sh .

However, maintaining version-specific logic (e.g. storage driver, cgroup driver..) in the single shell script is hard.

So I suggest moving 90% of rootless-install.sh except the curl stuff into this repo.

The rootless-install.sh itself will remain in the docker-install repo, but will execute version-specific script like docked-rootless-setuptool contained in docker-rootless-extras-20.03.0.tar.gz.

I also suggest rewriting the script in Go, but it can be worked out later separately.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions