Bookmarks tagged [dockerfile]
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...
- 📆 published on: 2018-11-08
- tags: spring, spring-boot, docker, dockerfile, jib
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...
- 📆 published on: 2019-05-20
- tags: angular, docker, docker-compose, dockerfile, nginx
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-
- Setting up a development ...
- 📆 published on: 2019-05-17
- tags: reactjs, docker, docker-compose, dockerfile, nginx
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 :
- Running a Microservice based application on your comput...
- 📆 published on: 2018-04-14
- tags: kubernetes, docker, dockerfile, reactjs, python, flask
source code
https://docs.docker.com/develop/develop-images/dockerfile_best-practices/
Hints, tips and guidelines for writing clean, reliable Dockerfiles
- tags: docker, dockerfile
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...
- 📆 published on: 2019-07-02
- tags: docker, dockerfile, maven, java
https://github.com/GoogleContainerTools/kaniko
Build Container Images In Kubernetes. Contribute to GoogleContainerTools/kaniko development by creating an account on GitHub.
- tags: kubernetes, devops, devops-tools, docker, dockerfile
source code
https://docs.docker.com/develop/develop-images/multistage-build/
Keeping your images small with multi-stage images
- tags: docker, dockerfile
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 ...
- 📆 published on: 2018-06-18
- tags: maven, docker, dockerfile
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...
- 📆 published on: 2018-07-09
- tags: jib, java, maven, maven-plugin, gradle, docker, dockerfile
source code
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.
- 📆 published on: 2018-11-14
- tags: kubernetes, skaffold, maven-plugin, jib, bazel, dockerfile, docker, kaniko