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
The last command gives me the following error:
But the error message in plesk at least changed into:
Thanks in advance!
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!