Docker Cwp install( Centos 7 Web Panel )

tolga taşçı
1 min readJul 9, 2020

I haven’t been able to set up a quick setup for now. You have to take the following steps

docker run -d --name centos7 --privileged=true tolgatasci/centos7 /usr/sbin/init

next step login ssh

docker exec -it centos7 /bin/bash

now run cwp-el7-latest

sh cwp-el7-latest# you need root passwordecho 'root:yourpassword' | chpasswd

No forget that : no active ports if you want

docker run -p <host_port1>:<container_port1> -p <host_port2>:<container_port2> -d --name centos7 --privileged=true tolgatasci/centos7 /usr/sbin/initdocker inspect centos7 | grep IPAddressip:2030

--

--