• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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