You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
UrielCh 1f97e56166
Update README.md
5 years ago
conf init commit 5 years ago
.gitignore init commit 5 years ago
1.Dockerfile init commit 5 years ago
2.Dockerfile init commit 5 years ago
LICENSE init commit 5 years ago
README.md Update README.md 5 years ago
dep.Dockerfile init commit 5 years ago

README.md

chrome-vnc

docker chome VNC

edit ~/.docker/config.json add:

{
    "experimental": "enabled"
}
docker rmi urielch/chrome-vnc:latest 
docker manifest inspect urielch/chrome-vnc:latest
docker manifest create --amend urielch/chrome-vnc:latest urielch/chrome-vnc:amd64 urielch/chrome-vnc:armhf
docker manifest push urielch/chrome-vnc:latest
docker pull urielch/chrome-vnc:latest