All Projects → lagunovsky → dockerizedVestaCP

lagunovsky / dockerizedVestaCP

Licence: other
VestaCP on Docker

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to dockerizedVestaCP

VestaWebInterface
PHP interface for VestaCP, providing a beautiful UI, UX, features & integrations.
Stars: ✭ 92 (+441.18%)
Mutual labels:  vestacp
vestacp-nodejs
Run automatically Node.JS apps in VestaCP.
Stars: ✭ 102 (+500%)
Mutual labels:  vestacp
VestaCP-Sync-Backups-To-Mega
VestaCP: uploading backups to the MEGA cloud
Stars: ✭ 17 (+0%)
Mutual labels:  vestacp

[Deprecated] VestaCP on Docker Build Status

Use of the VestaCP in one image is a bad way. Use the docker-compose

A dockerized version of VestaCP. Without FTP server.

Usage

Running VestaCP docker image

nginx + php7

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 53:53/udp -p 54:54 \
  -v /var/vesta:/vesta \
  lagun4ik/vestacp:php7

apache + nginx + php5

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 53:53/udp -p 54:54 \
  -v /var/vesta:/vesta \
  lagun4ik/vestacp:latest

Authorization

Login: admin Password: admin

Authorization mysql

Login: root Password: admin

SSH and FTP

Use SFTP instead of FTP.

SSH and SFTP are available on the 2222 port

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].