Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
The APS Catalog has been deprecated and removed from all Plesk Obsidian versions. Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.
When I tried to upload an image that works on my local machine, I got `{"message":"No command specified"}` when I tried to run on Plesk. Could anyone please help? Thanks so much and I appreciate for your time.
I did the test with publishing to public docker cloud - then the containers works perfectly; manual uploading the same does not work with the above command.
Hello,
I have the same problem. I have uploaded my image but when I want to start it, I get the following error:
Error: {"message":"No command specified"}
I created my image on a Windows 10 64bit computer with the "docker save" command.
I don't want to upload my image to the public docker cloud. It should work without it.
I did some further checks. This seems to be quite clearly a Plesk bug when uploading the container.
If you run into the issue, just sftp the image.tar to your server.
Open a console window and load it manually into your docker image storage with docker load -i image.tar
The same image that always got me the error worked fine.
I can start it with docker run from the console.
And clicking run in plesk does work as well then.
Plesk: I would be really nice to remove this old bug.