docker 安裝vim

AlamZ發表於2024-05-28

1.root 進入 docker

docker exec -it -u root [id] bash 

2.安裝

apt-get update
apt-get install vim -y