About Docker Build and Compose
- https://docs.docker.com/network/host/
- https://docs.docker.com/get-started/
- https://github.com/docker/awesome-compose/tree/master/wireguard
- https://docs.docker.com/compose/compose-file/compose-file-v3/
- https://docs.docker.com/compose/gettingstarted/
- https://docs.docker.com/compose/networking/
- https://docs.docker.com/engine/reference/commandline/compose_down/
- https://docs.docker.com/engine/reference/commandline/compose_up/
- https://medium.com/trabe/use-your-local-ssh-keys-inside-a-docker-container-ea1d117515dc
-
ssh agent issues: https://stackoverflow.com/questions/17846529/could-not-open-a-connection-to-your-authentication-agent
- https://stackoverflow.com/questions/18136389/using-ssh-keys-inside-docker-container
- https://gist.github.com/nepsilon/45fae11f8d173e3370c3
- https://stackoverflow.com/questions/29599632/docker-container-is-not-running
- https://forums.docker.com/t/run-command-in-stopped-container/343/5
- https://serverfault.com/questions/447028/non-interactive-git-clone-ssh-fingerprint-prompt
- https://serverfault.com/questions/132970/can-i-automatically-add-a-new-host-to-known-hosts
- https://sahansera.dev/closer-look-at-docker-commands-args/
External Resources
- https://hub.docker.com/u/linuxserver
- Docker - a way to give access to a host USB or serial device- - Stack Overflow
- docker-Tutorials-Docker - ROS Wiki
With GUI / x11 forwarding
- https://stackoverflow.com/questions/35067711/start-and-attach-a-docker-container-with-x11-forwarding
- https://stackoverflow.com/questions/16296753/can-you-run-gui-applications-in-a-linux-docker-container
- http://fabiorehm.com/blog/2014/09/11/running-gui-apps-with-docker/
LAN access
With GUI / x11 forwarding
- https://stackoverflow.com/questions/35067711/start-and-attach-a-docker-container-with-x11-forwarding
- https://stackoverflow.com/questions/16296753/can-you-run-gui-applications-in-a-linux-docker-container
- http://fabiorehm.com/blog/2014/09/11/running-gui-apps-with-docker/