Tag: Docker

Docker is a platform for developing, shipping, and running applications in containers. It enables you to separate your applications from your infrastructure so you can deliver software quickly. With Docker, you can manage your infrastructure in the same ways you manage your applications. By taking advantage of Docker’s methodologies for shipping, testing, and deploying code quickly, you can significantly reduce the delay between writing code and running it in production.

Learn more about Docker.

Articles

  1. Docker Run Internal Container Command
  2. How to configure Nginx to load balance between multiple Docker containers
  3. Helpful Docker Scripts