/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

rmoff.net
| | blog.florimondmanca.com
16.2 parsecs away

Travel
| | A thorough tutorial to build your first real-world Kafka app in Docker Compose. Welcome to the land of stream processing!
| | sookocheff.com
14.2 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.
| | rion.io
13.5 parsecs away

Travel
| | Containers are so awesome. Prior to containers, if you wanted to experiment with some new technology, you had to go through the ringer to configure and install all of the appropriate dependencies, set up the proper infrastructure, and clutter your machine with tons of trash that you might not ever
| | www.augmentedmind.de
40.9 parsecs away

Travel
| Learn to optimize the Docker image size, e.g. via small base images, multi-stage builds, consolidation of RUN statements, or using docker-slim.