docker-install
docker-install copied to clipboard
Docker installation script
Hi, I'm following these steps to add rootless docker support for Azure Ubuntu18. 50% of time it works and 50% of time the rootless docker script fails with an error:...
Add mirror provided by Tencent if mirror option is present. usage: > sudo ./install.sh --mirror Tencent
Hi Team, I have deployed AWS EKS cluster, deployed Jenkins as Master POD, By using configuration as plugin i have create yaml file and there i mentioned worker-docker label. When...
Could this script be expanded to install compose at the same time? maybe as an optional flag?
add support for install docker on centos 9. ``` Errors during downloading metadata for repository 'docker-ce-stable': - Status code: 404 for https://download.docker.com/linux/centos/9/x86_64/stable/repodata/repomd.xml Error: Failed to download metadata for repo 'docker-ce-stable':...
Hi, I have seen a lot of issues related with this #186 #187 #262 #265 but it is still not fixed. I was using this guide https://docs.docker.com/engine/install/debian/#install-using-the-convenience-script  My system...
Hi, Can the docker rootless cli defaults to connect to $XDG_RUNTIME_DIR/docker.sock instead of /var/run/docker.sock if no DOCKER_HOST or --context, and relatives defined? ``` Client: Context: default Debug Mode: false Plugins:...
Hi, We have an issue downloading docker through https://test.docker.com/ script. Please see the Dockerfile content below. When i do "cat /etc/debian_version", it shows 11.2. But if you look at the...
Query: ``` docker run -d --name=grafana -p 3000:3000 grafana/grafana-enterprise:6.7.2-ubuntu ``` ``` docker --version Docker version 20.10.11, build dea9396 ``` ``` OS: Ubuntu 18.04 ``` Error: ``` docker: failed to register...