Sign inSign up

suxin1110/centos

By suxin1110

•Updated about 9 years ago

fayehuang/centos-vnc

Image
0

421

suxin1110/centos repository overview

centos-vnc VNC Server with Firefox

使用方式

不指定 root ssh login & vnc password,预设密码: Passw0rd

docker run -d -p 222:22 -p 5900:5900 suxin1110/centos

指定 root ssh login & vnc password,ROOTPASSWORD=mypassword

docker run -d -p 222:22 -p 5900:5900 -e ROOTPASSWORD= suxin1110/centos

指定 vnc 解析度,GEOMETRY=1440x900 (預設解析度為 1024x768)

docker run -d -p 222:22 -p 5900:5900 -e ROOTPASSWORD= -e GEOMETRY=1440x900 suxin1110/centos-vnc

Tag summary

Content type

Image

Digest

Size

558.7 MB

Last updated

about 9 years ago

docker pull suxin1110/centos