Dev Miscellaneous
357 subscribers
883 photos
6 videos
5 files
912 links
A channel where you can find developer tips, tools, APIs, resources, memes and interesting contents.

Join our comments chat for more.

Comments chat (friendly :D)
https://t.me/+r_fUfa1bx1g0MGRk
Download Telegram
Best Docker Container Tools and Resources

Docker is one of the fastest-growing technologies in 2020, and with good reason...

https://medium.com/@engineyard/best-docker-container-tools-and-resources-d057cc915368

@DevMisc
#docker #container #devops
How to improve your docker containers security

Docker containers have been an essential part of the developer's toolbox for several years now. This gain in traction has been, accompanied by a surge in security issues...

https://blog.gitguardian.com/how-to-improve-your-docker-containers-security-cheat-sheet/

@DevMisc
#docker #devops #security
Documenting our migration to Docker — challenges and lessons learned

For the last couple of years, Artifakt has been focusing on PHP stacks. But PHP is not the only language for web applications out there. With the new Docker integration, we have big plans ahead...

https://www.artifakt.com/blog/cloud/documenting-our-migration-to-docker/

@DevMisc
#docker #devops #argo
Common mistakes in microservices

There is constant pressure for any platform to use a microservices architecture, but you need to understand why you need it before you push ahead...

https://medium.com/geekculture/common-mistakes-in-microservices-fe6874f6e92

@DevMisc
#microservices #docker #tips
Docker in Production: A History of Failure

My first encounter with docker goes back to early 2015. Docker was experimented with to find out whether it could benefit us. The experiment was quick, Docker was useless and closer to an alpha prototype than a release.

https://thehftguy.com/2016/11/01/docker-in-production-an-history-of-failure/

@DevMisc
#docker #production #devops
Documenting our migration to Docker

This is our experience with Docker! If you're migrating to containers, we're sure you'll find some useful tips to avoid possible mistakes.

https://www.artifakt.com/blog/cloud/documenting-our-migration-to-docker/

@DevMisc
#docker #tips
How to improve your Docker containers security – [cheat sheet]

Containers are no security devices. That's why we've curated a set of easily actionable recommendations to improve your Docker containers security.

https://blog.gitguardian.com/how-to-improve-your-docker-containers-security-cheat-sheet/

@DevMisc
#docker #security #tips
Set up a Multi-Stage Docker Build for Go Applications

A multi-stage Docker build serves a few purposes. First, the final image size is smaller than traditional images, second, it’s more secure...

https://koenverburg.medium.com/set-up-a-multi-stage-docker-build-for-go-applications

@DevMisc
#docker #devops #security
Set Up a VPN Server With Docker In 5 Minutes

In this post, we will examine a method for creating your own OpenVPN server with Docker...

https://medium.com/@gurayy/set-up-a-vpn-server-with-docker-in-5-minutes

@DevMisc
#tutorial #docker #openvpn
How to SSH Into a Docker Container

SSH is one of the most-used commands in a sysadmin’s toolbox but it’s not commonly seen alongside Docker. Here’s how you can SSH into a running container and why you should think twice before you do.

https://www.cloudsavvyit.com/13937/how-to-ssh-into-a-docker-container/

@DevMisc
#docker #tips
The Docker Container Lifecycle

Learn how a Container works based on its Lifecycle state and the Docker cli commands to manage them effectively.

https://dev.to/alubhorta/the-docker-container-lifecycle-docker-made-easy-3

@DevMisc
#docker #tutorial #devops
Dockerize your projects in Visual Studio Code

While at first glance this seems to be easy, there are a number of considerations you need to take into account when working on multi-component applications...

https://piethein.medium.com/dockerize-your-projects-in-visual-studio-code

@DevMisc
#docker #vscode #workflow
How Docker broke in half

Docker changed its business model, what happens now?

https://www.infoworld.com/article/3632142/how-docker-broke-in-half.html

@DevMisc
#docker #news
nektos/act

Run your GitHub Actions locally 🚀

https://github.com/nektos/act

@DevMisc
#github #devops #docker
Build Your Own Container Using Less than 100 Lines of Go

https://www.infoq.com/articles/build-a-container-golang

@DevMisc
#misc #golang #docker
Harden and secure browsers in containers, with GUI

I made a few Podman / Docker images for different browsers and OS-es, so I can safely run different browsers in a secure sandbox.

https://crlf.link/log/entries/211008-1/

@DevMisc
#docker #web #misc
Debugging a weird 'file not found' error

Yesterday I ran into a weird error where I ran a program and got the error “file not found” even though the program I was running existed.

https://jvns.ca/blog/2021/11/17/debugging-a-weird--file-not-found--error/

@DevMisc
#debug #docker #misc