• 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!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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 Plesk Docker container exited with code 255

ben-tomsen

New Pleskian
Server operating system version
Ubuntu 22.04
Plesk version and microupdate number
#latest
TLDR: First attempt at starting Plesk using Docker, immediately dies without log output. Next steps?

The default command to spin up a Docker evaluation fails without any output:
foo@bar-server:~/docker/plesk$ sudo docker run -d --tmpfs /tmp --tmpfs /run --tmpfs /run/lock -v /sys/fs/cgroup:/sys/fs/cgroup:ro -p 8880:8880 plesk/plesk 1a1c33e5e7bffee8f816a9d859205062b7d222281363888b8b7073bc57e4edbd foo@bar-server:~/docker/plesk$

I have converted the CLI command into a docker-compose file (posted below), which gives me this output instead:
Creating plesk_plesk_1 ... done Attaching to plesk_plesk_1 plesk_plesk_1 exited with code 255

The log has no output, it's empty.

How do I get this started?

docker-compose.yml:
version: '3.9' services: plesk: image: plesk/plesk ports: - '8035:8880' volumes: - '/sys/fs/cgroup:/sys/fs/cgroup:ro' tmpfs: - /run/lock - /run - /tmp
 
It seems there is truly no active support for this advanced Idea of using Plesk the modern way is there? Sorry to see there is some ancient ruin of a project on Github.
 
Back
Top