medium.com
How to Harden Your Containers With Distroless Docker Images
~11 min read · 2020-09-09 · Use distroless images to secure your containers on Kubernetes
Reader View · Shared by 5, including Lea R. 🦄
github.com
docker/docker-bench-security: The Docker Bench for Security is a script that checks for dozens of common best-practices around deploying Docker containers…
From 2016 · docker-bench-security - The Docker Bench for Security is a script that checks for dozens of common best-practices around deploying Docker containers in production.
Shared by 22, including Nico Müller 🇺🇦, Waqas Ahmed, Diogo Mónica, Matt, Michael Weibel, Ludovic Claude, Lea R. 🦄
github.com
docker-node/BestPractices.md at master
From 2016 · docker-node - Official Docker Image for Node.js :whale: :turtle: :rocket:
Shared by 8, including Lea R. 🦄, Michael Weibel
snyk.io
10 Docker Image Security Best Practices
10 min read · From 2019 · In this installment of our cheat sheets, we’d like to focus on Docker and discuss tips and guidelines that ensures a more secure and quality Docker image
Reader View · Shared by 17, including Lea R. 🦄, ITNEXT
kevinkuszyk.com
Connect your Docker client to a remote Docker host
2 min read · 2020-06-09 · It's often useful to connect to a remote Docker host to run commands such as checking the status of containers and viewing logs etc. I recently wrote about using Docker Machine to create a new Docker…
Reader View · Shared by 4, including Lea R. 🦄
Docker
How to deploy on remote Docker hosts with docker-compose
8 min read · From 2020 · The docker-compose tool is pretty popular for running dockerized applications in a local development environment. All we need to do is write a Compose file containing the configuration for the…
Reader View · Shared by 5, including Lea R. 🦄
kevinpollet.dev
How to use your .dockerignore as a whitelist
2 min read · From 2020 · Many tools use ignore files to exclude files from build, process or publish steps (e.g. .npmignore for npm, .gitignore for Git and .dockerignore for Docker). As your project grows, evolves, it can be…
Reader View · Shared by 4, including Lea R. 🦄
vsupalov.com
Docker ARG, ENV and .env
8 min read · From 2017 · Stop struggling when building Docker images and starting containers. The complete guide to build-time arguments, environment variables and docker-compose templating.
Reader View · Shared by 24, including Emerson Macedo, Matt, Helmi, Lea R. 🦄
Stack Overflow
What is the difference between a Docker image and a container?
1 min read · From 2020 · When using Docker, we start with a base image. We boot it up, create changes and those changes are saved in layers forming another image. So eventually I have an image for my PostgreSQL instance a...
Reader View · Shared by 4, including Lea R. 🦄
de.slideshare.net
Verteilte Anwendungen bei Azure mit Docker und Kubernetes
~17 min read · From 2019 · 1. Verteilte Anwendungen bei Azure Mit Docker und Kubernetes Gregor Biswanger | Freier Dozent, Berater, Trainer und Autor about.me/gregor.biswanger 2. Über mich ▪ Freier Berater, Trainer und Autor ▪…
Reader View · Shared by 7, including Lea R. 🦄
katacoda.com
Katacoda - Interactive Learning Platform for Software Engineers
5 min read · From 2016 · Learn the latest technologies with our hands-on labs
Reader View · Shared by 13, including Nico Müller 🇺🇦, Lea R. 🦄
DEV Community 👩💻👨💻
Docker series - fundamentals, microservices, cloud and mindset
From 2019 · 4 different articles that teach and tackles Docker differently
Shared by 13, including Lea R. 🦄, Carl Morris
DEV Community 👩💻👨💻
A crash course to the most important Docker concepts and their commands
9 min read · From 2019 · I’ve written this for you that just parachuted into a project that starts on Monday and it’s Friday afternoon and you’ve got 2 hours to…
Reader View · Shared by 14, including ITNEXT, Lea R. 🦄
bitjudo.com
Building Efficient Dockerfiles
3 min read · From 2016 · Building Efficient Dockerfiles - Node.js Posted by David Weinstein Mar 13th, 2014 TL;DR Use the following code snippet (or a variation) after all …
Reader View · Shared by 16, including René Stalder, Lea R. 🦄
ZDNet
Doomsday Docker security hole uncovered
4 min read · From 2019 · A security vulnerability has been disclosed for a flaw in runc, Docker and Kubernetes' container runtime, which can be used to attack any host system running containers.
Reader View · Shared by 19, including Charles Baldwin, Lea R. 🦄, Howard Getson
Scott Hanselman 🇺🇦
Why should I care about Kubernetes, Docker, and Container Orchestration?
5 min read · From 2018 · A person at work chatted me, commenting on my recent blog posts on the Raspberry Pi Kubernetes Clusters that are being ...
Reader View · Shared by 16, including René Clausen Nielsen, Lea R. 🦄