摘要: Coder Usage cat > docker-compose.yml <<-'EOF' # https://hub.docker.com/r/linuxserver/code-server # Port: 8443 version: "3" services: code-server: imag 阅读全文
posted @ 2022-12-05 09:06 Arkx86 阅读(61) 评论(0) 推荐(0)
摘要: # Terminal ## Usage ```bash cat > docker-compose.yml <<-'EOF' # Docs: https://next-terminal.typesafe.cn/docs/install/docker-install.html # Port: 8088 阅读全文
posted @ 2022-12-05 08:53 Arkx86 阅读(229) 评论(0) 推荐(0)
摘要: ## Usage ```bash cat > docker-compose.yml <<-'EOF' # https://alist.nn.ci/zh/guide/install/docker.html # Port: 5244 version: "3" services: alist: image 阅读全文
posted @ 2022-12-05 08:49 Arkx86 阅读(566) 评论(0) 推荐(0)