Sign inSign up

babim/vestacp

By babim

Updated almost 10 years ago

docker-vestacp

Image
5

1.2K

babim/vestacp repository overview

(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.

Usage

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

Authorization

Login: admin Password: admin

SSH and FTP

Use SFTP instead of FTP.

SSH and SFTP are available on the 2222 port

Tag summary

Content type

Image

Digest

Size

562.2 MB

Last updated

almost 10 years ago

docker pull babim/vestacp:php5