Explore >> Select a destination


You are here

www.thepolyglotdeveloper.com
| | 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.
| | 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.
| | www.thepolyglotdeveloper.com
18.6 parsecs away

Travel
| Learn how to deploy a Couchbase NoSQL database as a Docker container and cluster several Couchbase containers into an ultimate NoSQL cluster.