How to Dev Containerify a Project
Quick and dirty guide for adding .devcontainer support to a new project. See also joshbuker/dev-containers for example configurations.
Using Portainer and GitHub for Continuous Deployment
Portainer can be combined with a GitHub repo to allow for continuous deployment of docker swarm services, allowing all the benefits of Git to be...
How to install Portainer
Portainer is a useful GUI tool for interfacing with Docker. It runs as a container stack, and communicates directly with Docker itself. Portainer particularly shines...