- Server operating system version
- Debian 11.7
- Plesk version and microupdate number
- Obsidian 18.0.51 Update #1
The attempt to install Docker via the extensions ends with the error message:
[2023-05-13 14:25:28.696] 49934:645f81a8b24d6 ERR [extension/docker] The execution of post-install.php has failed with the following message:
[2023-05-13 14:25:28.687] 50092:645f81b8a7944 ERR [extension/docker] Execution installer has failed with exit code 1, stdout: , stderr: ERROR:__main__:Command '['apt-get', '-q', '--assume-yes', '-o', 'Dpkg::Options::=--force-confdef', '-o', 'Dpkg::Options::=--force-confold', '-o', 'APT::Install-Recommends=no', '--purge', 'install', 'apt-transport-https', 'ca-certificates', 'gnupg2', 'software-properties-common']' returned non-zero exit status 100.
After that, Docer can be seen in Plesk in the left panel.
If you click on it, the error message appears:
Warning: Local Docker Node is missing. Read this KB article to solve the problem.
Remote nodes are only available in the paid version of the extension. You can buy the extension here.
I have already tried the following solution suggested in the forum
Remove the package, if still present and move its files:
# dpkg -P docker-ce
# mv /var/lib/docker /var/lib/docker_bk
Remove the repolist plesk-ext-docker.list, if still present:
# rm -f /etc/apt/sources.list.d/plesk-ext-docker.list
Install Docker extension again via Extensions > Extensions Catalog.
Unfortunately without success
Is there a solution
[2023-05-13 14:25:28.696] 49934:645f81a8b24d6 ERR [extension/docker] The execution of post-install.php has failed with the following message:
[2023-05-13 14:25:28.687] 50092:645f81b8a7944 ERR [extension/docker] Execution installer has failed with exit code 1, stdout: , stderr: ERROR:__main__:Command '['apt-get', '-q', '--assume-yes', '-o', 'Dpkg::Options::=--force-confdef', '-o', 'Dpkg::Options::=--force-confold', '-o', 'APT::Install-Recommends=no', '--purge', 'install', 'apt-transport-https', 'ca-certificates', 'gnupg2', 'software-properties-common']' returned non-zero exit status 100.
After that, Docer can be seen in Plesk in the left panel.
If you click on it, the error message appears:
Warning: Local Docker Node is missing. Read this KB article to solve the problem.
Remote nodes are only available in the paid version of the extension. You can buy the extension here.
I have already tried the following solution suggested in the forum
Remove the package, if still present and move its files:
# dpkg -P docker-ce
# mv /var/lib/docker /var/lib/docker_bk
Remove the repolist plesk-ext-docker.list, if still present:
# rm -f /etc/apt/sources.list.d/plesk-ext-docker.list
Install Docker extension again via Extensions > Extensions Catalog.
Unfortunately without success
Is there a solution