Best of Docker — May 2023
- 1
- 2
- 3
- 4
freeCodeCamp·3y
Can you find the bug? JavaScript security vulnerabilities course
The freeCodeCamp.org YouTube channel has published a course that will help you learn common JavaScript security vulnerabilities and how to prevent them. The course centers around 10 examples, each illustrating a different type of vulnerability in web applications. The examples encompass a variety of languages and technologies, including JavaScript, MongoDB, and Docker.
- 5
Community Picks·3y
OrbStack: Blazingly Fast Docker Desktop Alternative for MacOS
OrbStack is a fast and lightweight Docker Desktop alternative for MacOS. It allows developers to run Docker containers and Linux machines on their Mac with minimal setup and maximum performance. OrbStack is a native macOS app written in Swift and offers features such as seamless Docker integration, running Linux machines, command-line integration, and network connectivity. It is beneficial for development, testing, and learning purposes. OrbStack is free during beta but will become a paid product in the future. It is faster, lighter, and easier to use compared to Docker Desktop and Colima.
- 6
Spacelift·3y
Docker Networking – Basics, Network Types & Examples
Docker is a containerization platform that uses OS-level virtualization to package software applications and their dependencies into reusable units called containers. Docker includes a networking system for managing communications between containers, your Docker host, and the outside world. We'll explain how Docker networks function, then cover the basics of using them with your container deployments.
- 7
Community Picks·3y
Use NestJS, MongoDB and Docker to Create an URL Shortener
Use NestJS, MongoDB and Docker to create a simple URL shortener API with NestJS and MongoDB. The source code is published on GitHub and can be used freely. Also, Docker Swarm setup May 8, 2023· 12 min read Paul Knulst in Programming.
- 8
- 9
- 10
Spacelift·3y
How to Keep Docker Secrets Secure: Complete Guide
Secret values such as API keys, passwords, and certificates need to be safely handled throughout the software development process and your app’s runtime. If an attacker would find a value useful, it needs to be treated as a secret. Using secrets in Docker using secrets with Docker Compose and Docker Swarm can securely handle secrets.
- 11
Pointer·3y
bhaskatripathi/pdfGPT: PDF GPT allows you to chat with the contents of your PDF file by using GPT capabilities. The most effective open source solution to turn your pdf files in a chatbot!
PDF GPT is an open source solution that allows you to chat with the contents of your PDF file using GPT capabilities. It supports Turbo models and GPT4, provides pre-defined questions for auto-filling the input, and has implemented a chat history feature.
- 12
Hacker Noon·3y
419 Stories To Learn About Kubernetes
A Guide to Taints and Tolerations, Node Affinity and Node Selector Taint and affinity in Kubernetes are two mechanisms that allow users to specify how pods should be scheduled on nodes in a cluster. Learn how to monitor your Laravel application by services instead of hostnames.
- 13
ITNEXT·3y
12 factor Microservice applications — on Kubernetes
12 factor Microservice applications - on Kubernetes. We aim to bootstrap a 12-factor microservice application(s) with a dashboard, and identify the leanest toolkit required for the task. The selected tools should align with the principles of the 12-Factor methodology.
- 14
- 15
Medium·3y
How to deploy your Golang project on Kubernetes
Learn how to deploy a Golang project on Kubernetes using Gin-Gonic as the framework. The post covers the installation of Golang, Docker, and Kubernetes, as well as the creation of a webserver and Dockerizing the project. It also explains how to deploy the project on Kubernetes and access the Minikube dashboard.