dockerfile.md

July 15, 2021 · View on GitHub

Bookmarks tagged [dockerfile]

www.codever.land/bookmarks/t/dockerfile

Spring Boot in a Container

https://spring.io/blog/2018/11/08/spring-boot-in-a-container

Many people are using containers to wrap their Spring Boot applications, and building containers is not a simple thing to do. This is an article for developers of Spring Boot applications, and contain...


Dockerizing an Angular App

https://mherman.org/blog/dockerizing-an-angular-app/

This tutorial shows how to Dockerize an Angular app, built with the Angular CLI, using Docker along with Docker Compose and Docker Machine for both development and production. We’ll specifically focus...


Dockerizing a React App

https://mherman.org/blog/dockerizing-a-react-app/

This tutorial demonstrates how to Dockerize a React app using the Create React App generator. We’ll specifically focus on-

  1. Setting up a development ...

Learn Kubernetes in Under 3 Hours: A Detailed Guide to Orchestrating Containers

https://www.freecodecamp.org/news/learn-kubernetes-in-under-3-hours-a-detailed-guide-to-orchestratin...

These guides assume the reader knows about application development, Microservices, and Docker containers.

In this Article we will go from :

  1. Running a Microservice based application on your comput...

Best practices for writing Dockerfiles

https://docs.docker.com/develop/develop-images/dockerfile_best-practices/

Hints, tips and guidelines for writing clean, reliable Dockerfiles


Intro Guide to Dockerfile Best Practices - Docker Blog

https://blog.docker.com/2019/07/intro-guide-to-dockerfile-best-practices/

There are over one million Dockerfiles on GitHub today, but not all Dockerfiles are created equally. Efficiency is critical, and this blog series will cover five areas for Dockerfile best practices to...


GoogleContainerTools Kaniko Home Page

https://github.com/GoogleContainerTools/kaniko

Build Container Images In Kubernetes. Contribute to GoogleContainerTools/kaniko development by creating an account on GitHub.


Use multi-stage builds with docker

https://docs.docker.com/develop/develop-images/multistage-build/

Keeping your images small with multi-stage images


Caching Maven dependencies in a Docker build – Niel de Wet – Medium

https://medium.com/@nieldw/caching-maven-dependencies-in-a-docker-build-dca6ca7ad612

Multi-stage Docker builds are a great way to ensure your builds are 100% reproducible AND as lean as possible. On the downside a Maven build in Docker may have to download many dependencies each time ...


Google Cloud Platform Blog Introducing Jib — build Java Docker images better

https://cloudplatform.googleblog.com/2018/07/introducing-jib-build-java-docker-images-better.html

Containers are bringing Java developers closer than ever to a "write once, run anywhere" workflow, but containerizing a Java application is no simple task: You have to write a Dockerfile, run a Docker...


Google Open Source Container Tools: Life of a happy developer in a container world by David Gageot - YouTube

https://www.youtube.com/watch?v=4uU44VviyjM

Great demo explaining the utilities of the various tools listed as tags here.