201Casaos - amagerard/Docker GitHub Wiki

Ubuntu/Casaos.

1-Casaos 2- Portainer 3- Drupal 4- Joomla 5-Wordpress
6-Xwiki 7- Mediawiki 8- Httpd
Docker Zimaos

1. Casaos.

Casaos installs on Debian stable and ubuntu.

Ubuntu-24.04.1-desktop-amd64.iso .
8 gigabytes of memory.
40 gigabytes of disk space.

This procedure is based on this example.

Ubuntu ip : 192.168.60.8/24
Casaos version: v0.4.15
Your username: teacher
Your home directory:/home/teacher

1.1 Casaos installation.

Open a terminal console.
sudo apt install curl net-tools vim wget
curl-fsSL https://get.casaos.io| sudo bash

http://192.168.60.8 (ens33).

First access.
http://192.168.60.8
Username : as you want.
Password and confirm password: as you want.
Create.

This version is V0.4.15.

1.2 How Casaos works with apps.

Casaos uses yaml scripts for custom mode.
These scripts are "converted" to docker-compose.xml.
The docker-compose.xml file is located /var/lib/casaos/apps/<apps name>/docker-compose.xml.
You can install the apps from the command line.
sudo docker compose -f /var/lib/casaos/apps/<apps name>/docker-compose.xml up.
You can also edit this docker-compose.xml.
But I strongly advise you to make a backup.
Because.. if you restart the installation from the graphical interface, this file will be rewritten.

1.3 Casaos update.

You should not accept Casaos updates without having made a backup.
These folders are /var/lib/casaos and /var/lib/docker .

⚠️ **GitHub.com Fallback** ⚠️