Skip to content

Feature Suggestions

Please provide here your suggestion for new functionality for Plesk. We encourage you to review and vote for suggestions of others. The top-ranked suggestions are likely to be included in the next versions of Plesk.

Please write in English so that voters from all over the world can read and support your request.

For technical assistance, contact Plesk support
For questions, bug reports, discussions and free assistance, check our Forum and Facebook page
For additional information, see Documentation, Knowledge Base and Blog
Follow us on Twitter for more news on Plesk development

Off-topic posts will be removed from here

  • Hot ideas
  • Top ideas
  • New ideas
  • My feedback

30 results found

  1. Docker memory management

    Please add the ability to manage Docker containers. Currently the extension allows limiting the RAM usage, but doesn't allow adjusting swap limit and protect container from being killed by OOM.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Docker  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  2. Run docker containers as subscription user

    Currently all containers are run as root user, however when mapping persistent volumes into subscription directories e.g. databases/config/logs, the UID that runs inside the containers are not linked to a UID outside, so containers that have restrictive file permissions (i.e. 600) in the persistent volumes, when subscription level actions are run e.g. backups, these files are not accessible by the subscription user.
    Would be nice to specify a subscription user to run the docker container with (on docker cli it is possible to pass the user flag along with a UID) so that the resulting files are accessible by the…

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    1 comment  ·  Docker  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  3. Add ability to manage Docker networks

    Please add the ability to manage Docker networks by means of Plesk interface. It would be really nice to have the ability to create subnets and move containers between them.

    3 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Docker  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  4. Allow for websocket traffic on Docker Proxy Rules

    This is a suggestion to add an option to the Docker Proxy Rule feature to add additional proxy configuration that allows websocket traffic.

    Currently when adding a Docker Proxy Rule via Plesk a proxy directive gets added to the domain's nginx configuration file. This proxy directive however does not cover configuration for websocket traffic. Because this proxy directive takes precedence over any nginx directives added to the domain's Additional nginx directives (saved in the vhost_nginx.conf) there is no way to make websockets work with a docker container when a Docker Proxy Rule is created via Plesk.

    My proposed solution would…

    7 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    3 comments  ·  Docker  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  5. 3 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Docker  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  6. Disable docker exposed ports in firewall

    It should be possible to block the port exposing in global nets from docker containers within the firewall.
    It's a massive security lack! Most applications are run behind a 'docker proxy rule', so there's no need to expose the port to the whole internet.
    Docker's modifying the firewall by itself, so this has to be disabled.

    4 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    2 comments  ·  Docker  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  7. Docker support for Almalinux 9

    Add support for hosting Docker images on localhost in Plesk for Almalinux 9.

    22 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    7 comments  ·  Docker  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  8. 2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    1 comment  ·  Docker  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  9. Hide Docker Hub from Docker Repositories

    Please add ability to hide Docker Hub from Docker repositories.
    It is required to limit available Docker images to local images only.

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Docker  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  10. Docker Support for Windows

    Docker for Windows with WSL2 reached nearly the same state, docker on Linux is capable of. Let docker for Windows extension also be able to manage a local docker instance.

    4 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Docker  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    open discussion  ·  IgorG responded

    Thank you for your input. We will consider this functionality in upcoming releases if it is popular. Everyone, please continue voting for this feature if you consider it important.

    IG

  11. Start docker container with additional parameters

    Usually, when I use existing docker images from docker-hub or even my own, there are plenty of options I would like to provide on start of a new container. Currently plesk does not support that. From the commandline a docker-container can be instantiated with several image-specific parameters. I would like to be able to do that from plesk , too.

    23 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    4 comments  ·  Docker  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    open discussion  ·  IgorG responded

    Thank you for your input. We will consider this functionality in upcoming releases if it is popular. Everyone, please continue voting for this feature if you consider it important.

    IG

  12. docker logs

    Docker containers' logs are not being rotated and in time occupies a lot of space.
    It would be nice if there was an option to specify flags like:
    --log-driver json-file
    --log-opt max-size=50
    --log-opt max-file=2

    9 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    2 comments  ·  Docker  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    open discussion  ·  IgorG responded

    Thank you for your input. We will consider this functionality in upcoming releases if it is popular. Everyone, please continue voting for this feature if you consider it important.

    IG

  13. Add feature to import/export docker containers

    Currently Plesk allows only create Docker containers from the scratch, however in case customers move whole their infrastructure to server with Plesk there is no official way to transfer Docker containers from source environment. This feature related to https://plesk.uservoice.com/forums/184549-feature-suggestions/suggestions/40331437-add-docker-containers-to-plesk-migrator

    5 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Docker  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    open discussion  ·  IgorG responded

    Thank you for your input. We will consider this functionality in upcoming releases if it is popular. Everyone, please continue voting for this feature if you consider it important.

    IG

  14. Allow setting of ip adresses for docker containers when multiple nics are available

    When a server has multiple external ip adresses (either dedicated network interfaces or alias interfaces) it should be possible via the UI to specify (in addition to the port mapping) the ip address that are recognized by the system.

    This could be a dropdown with i.e.
    "any" (any of the ip addresses)
    81.169.175.40
    81.169.175.41
    ...

    7 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    1 comment  ·  Docker  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    open discussion  ·  IgorG responded

    Thank you for your input. We will consider this functionality in upcoming releases if it is popular. Everyone, please continue voting for this feature if you consider it important.

    IG

  15. Add portainer

    while somewhat noob friendly the current docker plugin is just missing pretty much every feature to make it useful for anyone else than a hobbyist.

    Portainer is multitudes more powerful and feature rich to serve the power users, for example being able to set up networks and swarms

    18 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Docker  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  16. Plesk image for Docker on Windows

    Add Plesk image for Docker on Windows. Only the image for Linux is available at the moment.

    4 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Docker  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  17. Extend restart options for docker

    Currently, Docker extension only supports "no" and "unless-stopped" (represented by "Automatic start after system reboot" tickbox).
    It would be nice having the ability to select any of:

    no
    on-failure
    always
    unless-stopped

    9 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    1 comment  ·  Docker  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  18. Podman support

    Centos 8 / RHEL 8 drop support for Docker and they will encourage use of Podman. My hint is to support Docker and Podman. Podman could use the same registries of Docker

    14 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    3 comments  ·  Docker  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  19. Programmatically set Forwarding Proxy to Docker container

    If it becomes possible to set those proxies in a bash script the rules can be activated/deactivated when, for instance, we're running an update via any automated CI service.

    9 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    1 comment  ·  Docker  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  20. Docker extension to map UDP ports

    Docker extension should map UDP ports for containers, not only TCP ports, please provide such possibility.

    4 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Docker  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
← Previous 1
  • Don't see your idea?

Feedback and Knowledge Base