Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube. (more…)
Read more »
Chill, people. Your Docker skills haven't suddenly become useless. Here's what's really going on. (more…)
Read more »
DECK is a powerful and high performant local web development studio unlike any other. - GitHub - sfx101/deck: DECK is a powerful and high performant local web development studio unlike any other. (more…)
Read more »
Using Docker to isolate my environment has been a game-changer for the teams I've been a part of and me. It is a massive timesaver by installing Docker and then having new developers run `docker compose up -d' to get going. (more…)
Read more »
TL; DR: Running containers in the host network namespace is insecure. Don’t run Docker containers with docker run --net=host . Don’t run… (more…)
Read more »