{"id":13489329,"url":"https://github.com/plesk/docker","last_synced_at":"2026-02-26T10:58:20.612Z","repository":{"id":36847973,"uuid":"41154920","full_name":"plesk/docker","owner":"plesk","description":"Dockerfiles for Plesk","archived":false,"fork":false,"pushed_at":"2024-12-16T14:38:58.000Z","size":70,"stargazers_count":97,"open_issues_count":11,"forks_count":50,"subscribers_count":41,"default_branch":"master","last_synced_at":"2025-03-28T04:35:00.783Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/plesk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-08-21T12:38:57.000Z","updated_at":"2025-02-08T05:09:12.000Z","dependencies_parsed_at":"2024-02-08T08:31:11.023Z","dependency_job_id":"100e020c-a94f-4e37-8d1f-02d01986fcb0","html_url":"https://github.com/plesk/docker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/plesk/docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plesk%2Fdocker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plesk%2Fdocker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plesk%2Fdocker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plesk%2Fdocker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/plesk","download_url":"https://codeload.github.com/plesk/docker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plesk%2Fdocker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29856783,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-26T08:51:08.701Z","status":"ssl_error","status_checked_at":"2026-02-26T08:50:19.607Z","response_time":89,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-31T19:00:23.157Z","updated_at":"2026-02-26T10:58:20.605Z","avatar_url":"https://github.com/plesk.png","language":"Dockerfile","funding_links":[],"categories":["Dockerfile"],"sub_categories":[],"readme":"# Dockerfiles for Plesk\n\n[![Test Status](https://github.com/plesk/docker/actions/workflows/test.yml/badge.svg)](https://github.com/plesk/docker/actions/workflows/test.yml)\n\nDockerfiles for building Plesk images.\n\n# Ready to Use Images\n\nReady to use images are published at [Docker Hub](https://hub.docker.com/r/plesk/plesk/).\n\nCreate a container based on published image for evaluation purposes:\n\n    docker run -d \\\n        --tmpfs /tmp \\\n        --tmpfs /run \\\n        --tmpfs /run/lock \\\n        -v /sys/fs/cgroup:/sys/fs/cgroup \\\n        --cgroupns=host \\\n        --cap-add SYS_ADMIN \\\n        --security-opt apparmor=unconfined \\\n        -p 8880:8880 \\\n        plesk/plesk\n\nUse Docker host IP address and 8880 port for URL to open it in the browser. The following command can be used in the terminal:\n\n    open http://localhost:8880\n\nDefault login and password: `admin` / `changeme1Q**`\n\nCreate a container with typical port mapping:\n\n    docker run -d \\\n        --tmpfs /tmp \\\n        --tmpfs /run \\\n        --tmpfs /run/lock \\\n        -v /sys/fs/cgroup:/sys/fs/cgroup \\\n        --cgroupns=host \\\n        --cap-add SYS_ADMIN \\\n        --security-opt apparmor=unconfined \\\n        -p 80:80 \\\n        -p 443:443 \\\n        -p 8880:8880 \\\n        -p 8443:8443 \\\n        -p 8447:8447 \\\n        plesk/plesk\n\n# How To Build And Test\n\nHere is an example on how to build the image manually:\n\n    cd latest ; docker build --no-cache --build-arg \"LICENSE=A00700-TEFT12-W88534-JGH917-MBFE93\" -t plesk/plesk .\n\nCreate a container to test the image:\n\n    docker run -d \\\n        --tmpfs /tmp \\\n        --tmpfs /run \\\n        --tmpfs /run/lock \\\n        -v /sys/fs/cgroup:/sys/fs/cgroup \\\n        --cgroupns=host \\\n        --cap-add SYS_ADMIN \\\n        --security-opt apparmor=unconfined \\\n        -p 8880:8880 \\\n        plesk/plesk\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplesk%2Fdocker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fplesk%2Fdocker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplesk%2Fdocker/lists"}