docker-install
docker-install copied to clipboard
Docker installation script
Add support to install Docker on Amazon Linux (amzn): https://docs.aws.amazon.com/AmazonECS/latest/developerguide/docker-basics.html#install_docker
I try to start docker with sudo systemctl start docker I get the error Error starting daemon: error initializing graphdriver: /var/lib/docker contains several valid graphdrivers: devicemapper, overl I tried to...
After trying to install the latest nightly of docker-ce on a Raspberry Pi 3 running Fedora 29 it seems that a dependency is not satisfied: `nothing provides containerd.io needed by...
It seems that `rootlesskit` requires the tun device to be available to run successfully, but the installer doesn't check for it.
The rootless install scripts install docker in `$HOME/bin`. Consider changing that to `$HOME/.local/bin`, especially since docker already puts files under `$HOME/.local/share/docker`. Making this configurable would be great as well. Right...
I'm trying to install docker rootless on a Chromebook. The Linux environment runs inside an lxd container, itself inside a VM running a hardened kernel without module support. See https://chromium.googlesource.com/chromiumos/docs/+/master/containers_and_vms.md...
When I first attempted to run the rootless install script it failed on `docker version`, interrupting the install without printing instructions while leaving the installed files behind. Technically the install...
code in `check_forked` function is wrong . OSMC runs Raspbian but does not has a lsb_release command, your code checks it too early. it should be`armv7l-raspbian-stretch` but the script got...
HI i am trying to install Docker, but after following few preliminaries, before instalation i tried to update but could not update , I eve purged the installation still i...