(Thanks lagun4ik)
run great without FTP. on host Ubuntu 14.04: worked on host Ubuntu 15.10: not work on CoreOS: worked
use ubuntubaseinit (base image from phusion) for cron service.
apache + nginx + php5
git clone https://github.com/babim/docker-vestacp.git
apache + nginx + php7
git clone --branch php7 https://github.com/babim/docker-vestacp.git
Create the image
cd docker-vestacp
docker build -t babim/vestacp .
Create the data volume
docker volume create --name=vesta-data
Running VestaCP docker image
docker run -d \
--restart=always \
-p 2222:22 \
-p 80:80 \
-p 8083:8083 \
-p 3306:3306 \
-p 443:443 \
-p 25:25 \
-p 993:993 \
-p 110:110 \
-p 53:53 \
-p 54:54 \
-v vesta-data:/vesta \
babim/vestacp
Login: admin
Password: admin
Use SFTP instead of FTP.
SSH and SFTP are available on the 2222 port
Content type
Image
Digest
Size
562.2 MB
Last updated
almost 10 years ago
docker pull babim/vestacp:php5