Docker Container - Unable To Install Cloudron
-
I'm trying to install Cloudron in a Ubuntu 20.04 Docker container.
When running ./cloudron-setup I receive the following error:Error: Cloudron requires '/' to be ext4
Any suggestions?
-
@andrewdietzel Cloudron shouldn't be run in a container. Cloudron should be at the TOP of the chain on a server. That means you install Cloudron right after the installation of a fresh and clean Ubuntu 20.04 minimalist (preferably) and nothing else, and Cloudron will take care of managing all the needed docker containers and services to install and run each and every app within its platform.
-
Maybe we should add this to the doc?
https://docs.cloudron.io/installation/Minimum Requirements
Cloudron requires at least 1GB RAM, 20GB Disk space. Make sure the firewall does not block port 80 (http) and 443 (https). Cloudron does not support running on ARM, LXC or OpenVZ.
Maybe adding Docker in there as well to prevent confusion.
-
@brutalbirdie said in Docker Container - Unable To Install Cloudron:
Maybe adding Docker in there as well to prevent confusion.
Done!
-
@girish said in Docker Container - Unable To Install Cloudron:
@brutalbirdie said in Docker Container - Unable To Install Cloudron:
Maybe adding Docker in there as well to prevent confusion.
Done!
The fast guy!