• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Issue docker

Noro

New Pleskian
Hello,

I am doing my first step with Plesk and was trying to install docker extension.
but i am always receiving below error (please see pictures attached

Could not install the Docker extension
  • The execution of post-install.php has failed with the following message:
  • [2020-09-16 16:07:56.178] 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', 'dmsetup']' returned non-zero exit status 100
  • exit status 1

additionally my plesk version is
Product version: Plesk Obsidian 18.0.30.0
OS version: Ubuntu 18.04 x86_64
Build date: 2020/09/14 12:00

thanks in advance,

1600272793287.png1600272717229.png
 
Try to find more details by running Docker extension installation in CLI:

# plesk bin extension --install docker
 
Hi Igor,
I have tried it. Please see error message i always receive.
I tried to uninstall and install again, reboot server, update plesk. nothing changes, I always have this error msg.

Code:
plesk bin extension --install docker

[2020-09-17 09:58:11.107] ERR [extension/docker] The execution of post-install.php has failed with the following message:
[2020-09-17 09:58:11.096] 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', 'dmsetup']' returned non-zero exit status 100
exit status 1

The execution of post-install.php has failed with the following message:
[2020-09-17 09:58:11.096] 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', 'dmsetup']' returned non-zero exit status 100
exit status 1


exit status 1
 
Something wrong with apt repositories.
Try to update it at least with

# apt-get update
# apt-get upgrade
 
Back
Top