docker
docker copied to clipboard
Repository for automated https://hub.docker.com builds.
Hello I'm a totally newbie on docker i have noVNC running on my synology when i go to http://dockerhost:8080/vnc.html i have access to noVNC i have soulseek container running when...
More of a heads-up than an issue: the architecture listed via `docker image inspect psharkey/rpi-novnc` is amd64 and I'm guessing (haven't verified) that's why running the image in a docker...
The x11vnc package is now contained in the comunity repo of alpine linux.
```bash netbeans(){ ACTIVE_MACHINE=$(docker-machine active) X11HOST="$(docker-machine inspect $ACTIVE_MACHINE \ | grep HostOnlyCIDR \ | awk '{print $2}' \ | sed 's/"//g' \ | cut -f1 -d"/")" docker run -d -it \...