在docker內安裝vi/nano文字編輯器

在docker內安裝vi文字編輯器

執行以下命令即可

> apt-get update

> apt-get install -y vim
或
> apt-get install -y nano