Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the simply-static domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/html/wp-includes/functions.php on line 6121
armbian安装casaos

armbian安装casaos

# 更新apt
sudo apt-get update
# 下载相关工具
sudo apt install apt-transport-https ca-certificates curl gnupg-agent software-properties-common
# 安装docker
sudo curl -sSL https://get.docker.com | sh
# 检查是否启动
sudo systemctl status docker
# 锁住docker版本防止自动升级
sudo apt-mark hold docker-ce

运行完成之后安装casaos  默认80端口

curl -fsSL https://get.casaos.io | sudo bash

浏览器输入设备ip即可访问:

curl -fsSL https://get.casaos.io | sudo bash