docker pull ubuntu:20.04
启动容器
docker run -itd --name ubuntu-ssh -p 2222:22 ubuntu:20.04
进入容器
docker exec -it ubuntu-ssh /bin/bash
docker pull ubuntu:20.04
启动容器
docker run -itd --name ubuntu-ssh -p 2222:22 ubuntu:20.04
进入容器
docker exec -it ubuntu-ssh /bin/bash
Ubuntu,是一款基于Debian Linux的以桌面应用为主的操作系统,内容涵盖文字处理、电子邮件、软件开发工具和Web服务等,可供用户免费下载、使用和分享。
下载地址: https://mirrors.aliyun.com/ubuntu/
相关仓库
Ubuntu安装源(ubuntu-releases): https://developer.aliyun.com/mirror/ubuntu-releases
Ubuntu ARM源(ubuntu-ports): https://developer.aliyun.com/mirror/ubuntu-ports
Ubuntu过期源(oldubuntu-releases): https://developer.aliyun.com/mirror/oldubuntu-releases
Ubuntu其他架构安装镜像(ubuntu-cdimage): https://developer.aliyun.com/mirror/ubuntu-cdimage
Samba 是一种用于 Linux 和 Windows 之间文件共享的协议和工具集。您可以在 Ubuntu 上安装和配置
Samba 服务器,使其能够与 Windows 计算机共享文件和目录。
curl --location --request POST 'https://openai.xxx.com/v1/chat/completions' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer sk-xxxxx' \
--data-raw '{
"model": "glm-4-air",
"messages": [
{
"role": "user",
"content": "月亮有多高!"
}
]
}'