Sign inSign up

relato/ispconfig

By relato

Updated over 9 years ago

This is the same from https://hub.docker.com/r/lspg/ispconfig/ but newer built.

Image
1

10K+

relato/ispconfig repository overview

This is the same from https://hub.docker.com/r/lspg/ispconfig/ but newer built.

Start ISPConfig

docker create -name ispconfig -p 20:20 -p 21:21 -p 80:80 -p 443:443 -p 8080:8080 -p 53:53 -p 2222:22 relato/ispconfig docker start ispconfig

Using volumes-from to protect your data against "docker rm ispconfig" command

docker create -v /ispconfig-data --name ispconfig-volumes relato/ispconfig /bin/true docker run -d --volumes-from ispconfig-volumes -p 20:20 -p 21:21 -p 30000-30009:30000-30009 -p25:25 -p465:465 -p587:587 -p993:993 -p995:995 -p 8080:8080 -p 2222:22 -p9001:9001 -p80:80 --name ispconfig relato/ispconfig

Shell access

docker exec -i -t relato/ispconfig bash

Supervisor status

http://your-ip:9001 login : root password : password To setup authentication : access container shell and edit /etc/supervisor/supervisord.conf

ISPConfig administration

https://your-ip:8080 ISPConfig login : admin ISPConfig password : admin

Reconfigure ISPConfig

ispconfig_update.sh

Webmail (Rainloop)

http://your-ip/webmail

PHPMyAdmin

http://your-ip/phpmyadmin

MySQL

root login : root root password : password To change root password, access container shell and use following command : mysqladmin -u root -p'oldpassword' password newpassword

It is strongly recommended that you change the MariaDB and ISPConfig password as soon as possible.

Tag summary

Content type

Image

Digest

Size

1.1 GB

Last updated

over 9 years ago

docker pull relato/ispconfig