Files
awesome-kubernetes/docs/docker.md
Inaki Fernandez 741df2abe0 june 23rd
2021-06-23 23:31:14 +02:00

19 KiB
Raw Blame History

Docker

Introduction and Tutorials

Awesome Lists

Docker Patterns and Antipatterns

Security

How To Build a Smaller Docker Image

Reducing Build Time

Modify containers without rebuilding

Docker Tools

Docker and WSL2

Docker Cheat sheet

Docker Compose

Moving Linux Services Into Containers

Portainer

DockStation

Linux Container Base Images

Blogs

Cloud Native Buildpacks

  • buildpacks.io: Cloud Native Buildpacks 🌟 transform your application source code into images that can run on any cloud.
  • altoros.com: Streamlining the Creation of Docker Images with Cloud Native Buildpacks The new Cloud Native Buildpacks framework changes the obnoxious development chore of Dockerfile writing into a simple, automated operations pipeline. When deploying apps to Kubernetes or other container-as-a-service platforms, the proliferation of nonstandard, unauditable containers built manually via Dockerfiles is a real problem. A few products have emerged to solve this problem, among them Cloud Native Buildpacks (СNB). In this blog post, we explore the capabilities of these buildpacks and explain how to use them in build pipelines to deliver standardized, auditable images as artifacts suitable for deployment.

Alternatives to Docker

Environment variables in Docker:

Environment variables are dynamic-named values that affect how our app will behave when running.

We can define them with Docker:
- at runtime
- in the Dockerfile
- in the Compose file (2 ways)

Let's see in detail in 1 minute:

1/5

— Francesco Ciulla (@FrancescoCiull4) May 15, 2021
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>