Files
awesome-kubernetes/docs/docker.md
Inaki Fernandez a50bcdf40f Jan 31st
2022-01-31 12:42:44 +01:00

34 KiB
Raw Blame History

Docker

Introduction and Tutorials

Docker CLI

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. Available alternatives to Docker for OCI compliant container image building

Videos and Podcasts

Click to expand!

Tweets

Click to expand!

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>

Introduction to Docker🐳@Docker is an open-source platform for deploying and managing containerized applications. It allows developers to easily package their applications into containers that can be deployed on every machine with a valid Docker installation.

Thread 🧵👇

— Gabriel Tanner (@GabrielTanner14) December 13, 2021
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>

How to grasp Containers and Docker (Mega Thread)

When I started using containers back in 2015, I thought they were tiny virtual machines with a subsecond startup time.

It was easy to follow tutorials from the Internet on how to put your Python or Node.js app into a container...

— Ivan Velichko (@iximiuz) August 7, 2021
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>