Files
awesome-kubernetes/docs/docker.md
Inaki Fernandez f651d0c190 Sept 6th
2021-09-06 11:20:46 +02:00

25 KiB
Raw Blame History

Docker

Introduction and Tutorials

Docker Swarm

Awesome Lists

Docker VS Kubernetes

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 and Docker Swarm Cheat sheets

Docker Compose

Moving Linux Services Into Containers

Windows Containers

Portainer

DockStation

Linux Container Base Images

Blogs

Cloud Native Buildpacks

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>