2021年4月19日 使用docker 创建ftp服务器 一、镜像拉取 # docker pull fauria/vsftpd 二、创建vsftpd容器 三、个性化设置 1.进入容器 # docker exec -i -t vsftpd bash ... 进一步了解 Linux