Outline配置

环境

Virmach CentOS 7

#查看你当前的内核版本,Docker 要求 CentOS 系统的内核版本高于 3.10
uname -r

#确保 yum 包更新到最新,安装weget
sudo yum update

#wget

yum install wget

安装Docker

#安装 Docker
yum -y install docker

#启动 Docker 后台服务
service docker start

#测试运行 hello-world,由于本地没有hello-world这个镜像,所以会下载一个hello-world的镜像,并在容器内运行。
docker run hello-world

#有可能需要关闭防火墙
service firewalld stop

Outline

https://www.getoutline.org/en/home

 

点赞

发表评论

邮箱地址不会被公开。 必填项已用*标注