If you're looking to run NGINX as a Docker container, and expose it to your local network, here's how to do it. Using Docker containers makes for an incredibly easy way to roll out apps and services ...
You asked for it in many a comment and here it is: Docker 101 (A).
If you'd like to use docker images as a template for efficient container deployment, Jack Wallen shows you how to commit changes to a running container to create a new docker image. One way your ...
There's no need to perform a full-scale Jenkins installation on your local computer if you want to run pipeline builds. All you need is a local installation of Docker and you can quickly install ...
Spring Boot is an opinionated, cloud-native, software development framework that's purpose-built to create microservices and 12-factor apps. In other words, Spring Boot encourages container-based ...
There is a great diversity of approaches to continuous integration and continuous delivery (CI/CD). Containerizing apps with Docker is a common step to take, for a variety of reasons. Once ...
Your Docker setup is probably sharing root access with your host machine, and that's far from ideal for a self-hosting server ...