Hello there,
Kaliに続いて、UbuntuのGUIもDockerで。
はじめにイメージファイルをpullして。
docker pull queeno/ubuntu-desktop

Dockerでコンテナを起動して。
docker run -d -p 5901:5901 queeno/ubuntu-desktop

最後にVNC Viewerで起動すると。
localhost:5901
パスワードは、『password』。

無事にUbuntuが起動できた。

Best regards,
Hello there,
Kaliに続いて、UbuntuのGUIもDockerで。
はじめにイメージファイルをpullして。
docker pull queeno/ubuntu-desktop

Dockerでコンテナを起動して。
docker run -d -p 5901:5901 queeno/ubuntu-desktop

最後にVNC Viewerで起動すると。
localhost:5901
パスワードは、『password』。

無事にUbuntuが起動できた。

Best regards,