Showing only posts tagged Docker. Show all posts.

Git SSH Docker container

My favorite option to backup and version my code and text files is using git with a remote repository. The implementation I have chosen for that consists in running an ssh server, with git, in a Docker container. This has the following advantages over other solutions:

  • 100% reproducible;
  • Limits access …

ZNC in Docker container

ZNC is a popular IRC bouncer, which stays connected to IRC channels and log conversations while one isn't connected. This note desrcibes how to launch ZNC in a Docker container, so that it be launched on any Docker enabled platform. To quick start with Docker, one can follow the steps …