outline-server
outline-server copied to clipboard
Docker failed to start (CentOS)
~$ sudo wget -qO- https://raw.githubusercontent.com/Jigsaw-Code/outline-server/master/src/server_manager/install_scripts/install_server.sh | bash
Verifying that Docker is installed .......... OK Verifying that Docker daemon is running ..... Sorry! Something went wrong. If you can't figure this out, please copy and paste all this output into the Outline Manager screen, and send it to us, to see if we can help you.
Potentially fixed by https://github.com/Jigsaw-Code/outline-server/pull/1029
I guess no. The same thing yet
Same problem CentOS-7-amd64.
sudo bash -c "$(wget -qO- https://raw.githubusercontent.com/Jigsaw-Code/outline-server/master/src/server_manager/install_scripts/install_server.sh)"
log
Verifying that Docker is installed
NOT INSTALLED
^[[0;31mNOT INSTALLED^[[0m
> Would you like to install Docker? This will run 'curl https://get.docker.com/ | sh'. [Y/n] Installing Docker
> Installing Docker ........................... # Executing docker install script, commit: b2e29ef7a9a89840d2333637f7d1900a83e7153f
+ sh -c 'yum install -y -q yum-utils'
предупреждение: /var/cache/yum/x86_64/7/base/packages/python-kitchen-1.1.1-5.el7.noarch.rpm: Заголовок V3 RSA/SHA256 Signature, key ID f4a80eb5: NOKEY
Публичный ключ для python-kitchen-1.1.1-5.el7.noarch.rpm не установлен
Публичный ключ для libxml2-python-2.9.1-6.el7_9.6.x86_64.rpm не установлен
Импорт GPG ключа 0xF4A80EB5:
Владелец : "CentOS-7 Key (CentOS 7 Official Signing Key) <[email protected]>"
Отпечаток : 6341 ab27 53d7 8a78 a7c2 7bb1 24c6 a8a7 f4a8 0eb5
Пакет : centos-release-7-9.2009.1.el7.centos.x86_64 (@CentOS-Updates)
Источник : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
+ sh -c 'yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo'
Загружены модули: fastestmirror
adding repo from: https://download.docker.com/linux/centos/docker-ce.repo
grabbing file https://download.docker.com/linux/centos/docker-ce.repo to /etc/yum.repos.d/docker-ce.repo
repo saved to /etc/yum.repos.d/docker-ce.repo
+ '[' stable '!=' stable ']'
+ sh -c 'yum makecache'
Загружены модули: fastestmirror
Loading mirror speeds from cached hostfile
* base: mirror.hosthink.net
* extras: mirror.hosthink.net
* updates: centos.mirror.far.fi
Кэш метаданных создан
+ sh -c 'yum install -y -q docker-ce docker-ce-cli containerd.io docker-scan-plugin docker-compose-plugin docker-ce-rootless-extras'
warning: /var/cache/yum/x86_64/7/docker-ce-stable/packages/docker-ce-20.10.17-3.el7.x86_64.rpm: Header V4 RSA/SHA512 Signature, key ID 621e9f35: NOKEY
Публичный ключ для docker-ce-20.10.17-3.el7.x86_64.rpm не установлен
Импорт GPG ключа 0x621E9F35:
Владелец : "Docker Release (CE rpm) <[email protected]>"
Отпечаток : 060a 61c5 1b55 8a7f 742b 77aa c52f eb6b 621e 9f35
Источник : https://download.docker.com/linux/centos/gpg
setsebool: SELinux is disabled.
================================================================================
To run Docker as a non-privileged user, consider setting up the
Docker daemon in rootless mode for your user:
dockerd-rootless-setuptool.sh install
Visit https://docs.docker.com/go/rootless/ to learn about rootless mode.
To run the Docker daemon as a fully privileged service, but granting non-root
users access, refer to https://docs.docker.com/go/daemon-access/
WARNING: Access to the remote API on a privileged Docker daemon is equivalent
to root access on the host. Refer to the 'Docker daemon attack surface'
documentation for details: https://docs.docker.com/go/attack-surface/
================================================================================
Verifying Docker installation
OK
> Verifying Docker installation Verifying that Docker daemon is running
............... \nSorry! Something went wrong. If you can't figure this out, please copy and paste all this output into the Outline Manager screen, and send it to us, to see if we can help you.
Full log: /tmp/outline_log6Kv
~
~
get the same error on a CentOS VM. any suggestion to bypass? thanks
OS Infor as below. Operating System: CentOS Linux 8 CPE OS Name: cpe:/o:centos:centos:8 Kernel: Linux 4.18.0-348.7.1.el8_5.x86_64 Architecture: x86-64
get the same error on a CentOS VM. any suggestion to bypass? thanks
OS Infor as below. Operating System: CentOS Linux 8 CPE OS Name: cpe:/o:centos:centos:8 Kernel: Linux 4.18.0-348.7.1.el8_5.x86_64 Architecture: x86-64
manually start docker, allow me bypass the issue.
$ systemctl enable --now docker.service