Last active
May 11, 2017 05:34
-
-
Save tkoenig89/bf458d72d4833ac64e034b4059aee62b to your computer and use it in GitHub Desktop.
My notes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://gogs.io/docs/advanced/configuration_cheat_sheet | |
| http://blog.hypriot.com/post/run-your-own-github-like-service-with-docker/ | |
| SSL: | |
| https://github.com/gogits/gogs/issues/235 | |
| http://stackoverflow.com/questions/10175812/how-to-create-a-self-signed-certificate-with-openssl => rsa:1024 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://docs.docker.com/engine/userguide/storagedriver/imagesandcontainers/ | |
| https://www.brianchristner.io/docker-image-base-os-size-comparison/ | |
| http://www.developer.com/design/a-guide-to-docker-image-optimization.html | |
| https://entwickler.de/online/development/docker-basics-system-level-virtualisierung-125514.html | |
| Graphical UI | |
| https://github.com/shipyard/shipyard | |
| >>https://github.com/portainer/portainer<< | |
| raspi-image: >>portainer/portainer:arm<< | |
| Cleanup Volumes: | |
| docker volume ls -qf dangling=true | xargs -r docker volume rm |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Docker Intro: | |
| (video)https://youtu.be/ytvht7SX0YQ?t=1508 | |
| http://blog.hypriot.com/downloads/ | |
| http://blog.alexellis.io/5-things-docker-rpi/ | |
| http://blog.alexellis.io/getting-started-with-docker-on-raspberry-pi/ | |
| https://www.heise.de/developer/artikel/Ein-Container-voller-Himbeeren-Docker-auf-dem-Raspberry-Pi-2572533.html | |
| Change assigned port: | |
| http://stackoverflow.com/questions/19335444/how-to-assign-a-port-mapping-to-an-existing-docker-container | |
| Cleaning Up Raspi OS | |
| https://github.com/umiddelb/armhf/wiki/Get-Docker-up-and-running-on-the-RaspberryPi-(ARMv6)-in-four-steps-(Wheezy) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Clear apt-get cache after apt-update && apt-get install -y: | |
| > rm -rf /var/lib/apt/lists/* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://scotch.io/tutorials/using-git-hooks-in-your-development-workflow | |
| Certificates: | |
| https://letsencrypt.org/getting-started/ => webroot? | |
| Multistage Dockerfiles | |
| https://codefresh.io/blog/node_docker_multistage/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment