• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • 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 giving error:

Bananenbaas

New Pleskian
Hi,

Since Onyx has Docker support I wanted to install Docker.
Doing so I could only install the extension and not the package under the Updates & Upgrades installer in Plesk. It's not even showing the option...

First I had the same error as mentioned in this thread: https://talk.plesk.com/threads/docker-not-working-local-docker-nodes-cannot-be-deployed.340207/

And I figured let's follow those steps. I got a little further down the road but at the point of: plesk installer --select-product-id plesk --select-release-current --install-component docker

It still gives me the following error:
Reading package lists...
Retrieving information about the installed license key...
You already have the latest version of product(s) and all the selected components
installed. Installation will not continue.

My output for uname -r: 3.13.0-042stab120.11

Code:
apt-get install apt-transport-https ca-certificates

apt-key adv --keyserver hkp://ha.pool.sks-keyservers.net:80 --recv-keys 58118E89F3A912897C070ADBF76221572C52609D

echo "deb https://apt.dockerproject.org/repo ubuntu-trusty main" | sudo tee /etc/apt/sources.list.d/docker.list
( You can leave out this command, when you already added the source - list "plesk-ext-docker.list" as suggested above! )

apt-get update

apt-get install linux-image-extra-$(uname -r) linux-image-extra-virtual

The last command gives me the following error:
Code:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package  linux-image-extra-3.13.0-042stab120.11
E: Couldn't find any package by regex 'linux-image-extra-3.13.0-042stab120.11'

But the error message in plesk at least changed into:

Code:
Warning: Local Docker node is missing. Refer to this KB article to resolve this issue. 
The ability to work with remote nodes is available only in the paid version of the extension. You can buy the extension here.

Thanks in advance!
 
Back
Top