/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.thepolyglotdeveloper.com
| | sookocheff.com
4.1 parsecs away

Travel
| | Follow along with this article as we take a guided tour of containerizing Zookeeper using Docker. This guide will show how to install Zookeeper to the container, how to configure the Zookeeper application, and how to share data volumes between the host and container.
| | mherman.org
3.7 parsecs away

Travel
| | This tutorial demonstrates how to Dockerize an Angular app.
| | austinmorlan.com
2.9 parsecs away

Travel
| | Like I mentioned in the previous post about a self-hosted life, I've grown fond of Docker for website management. There's something very satisfying about running some commands and getting the same result every time (i.e., purely functional) and knowing there's no stateful cruft hanging around from previous iterations. Enter Docker. Docker creates containers that are reproducible based on a file that tells it exactly what to do so that it does the same thing every time.
| | austingil.com
19.7 parsecs away

Travel
| This post covers preparing our app for production, deploying to a VPS, running it with a process manager, and using a reverse-proxy with an SSL.