Skip to content

lucer/docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Dockerfiles for Plesk

Dockerfiles for building Plesk images.

How To Build And Test

Here is an example on how to build the image manually:

cd 12.0 ; docker build -t plesk:12.0 .

Create a container to test the image:

docker run -d -P -it plesk:12.0

Open the URL with port which was mapped to 8880 port inside container.

Default login and password: admin / changeme

Known Issues

Error after initial configuration

Unable to configure control panel: reconfig failed: Error while rename file /etc/hosts.tmp:
Device or resource busy.

Ignore the error and refresh the page in browser (F5).

Error after license upload

502 Bad Gateway

Ignore the error and refresh the page in browser (F5).

About

Dockerfiles for Plesk

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%