Skip to content

Instantly share code, notes, and snippets.

@tkoenig89
Last active May 11, 2017 05:34
Show Gist options
  • Select an option

  • Save tkoenig89/bf458d72d4833ac64e034b4059aee62b to your computer and use it in GitHub Desktop.

Select an option

Save tkoenig89/bf458d72d4833ac64e034b4059aee62b to your computer and use it in GitHub Desktop.
My notes
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
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
Clear apt-get cache after apt-update && apt-get install -y:
> rm -rf /var/lib/apt/lists/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment