Hacker News with Generative AI: Docker

Show HN: Subtrace – Wireshark for Docker Containers (github.com/subtrace)
Subtrace is Chrome DevTools for your backend. It tracks the API requests coming in and going out of your servers so that you can solve problems in production quickly.
Show HN: Dockershrink – AI Assistant to reduce the size of Docker images (github.com/duaraghav8)
Dockershrink is an AI-powered Commandline Tool that helps you reduce the size of your Docker images
Docker Bake is now generally available (docker.com)
We’re excited to announce the General Availability of Docker Bake with Docker Desktop 4.38! This powerful build orchestration tool takes the hassle out of managing complex builds and offers simplicity, flexibility, and performance for teams of all sizes.
Tell HN: Docker Registry Is Down (ycombinator.com)
Likely related to the current Cloudflare R2 availability issues.
How to Set Up DeepSeek with Ollama and Docker (Step-by-Step Guide) (infinitecircuits.dev)
With the increasing demand for efficient and powerful AI models, DeepSeek has gained popularity for its advanced language processing capabilities. Ollama provides an easy way to run and manage AI models locally, making it an excellent choice for deploying DeepSeek on your machine.
Managing Secrets in Docker Compose – A Developer's Guide (phase.dev)
A practical guide to securely managing secrets in Docker Compose for production deployments
Show HN: An RSS feed for Docker image updates (github.com/thebigbone)
docker-rss is a server written in Go which notifies the image updates using an RSS feed at /feed.
macOS now identifies Docker as Malware (github.com/docker)
Malware Blocked. “com.docker.socket” was not opened because it contains malware. this action did not harm your Mac.
I don't like Docker or Podman (liw.fi)
Docker is very popular software to build Linux container images and running software in them. I don’t like it.
We Need to Talk About Docker Hub (linuxserver.io)
Docker Hub is the de facto standard Docker registry, literally, if you don't specify a registry when pulling an image Docker will invisibly prepend docker.io/ to it.
Deploying Rails on Docker: Kamal Alternative (impactahead.com)
Recently, Basecamp, the creators of Ruby on Rails, released a solution for deploying it on bare metal servers. Kamal is Capistrano for Containers and is an alternative solution to Capistrano, Kubernetes, and Docker Swarm.
Good Docker Files (gooddockerfiles.com)
Not sure about your Dockerfile? Confused? Overwhelmed? Get expert guidance for production-ready containers that are faster, smaller and more secure.
Docker Desktop Broken on Mac OS Update for over a Week (dockerstatus.com)
Some users are seeing an issue starting Docker Desktop on macOS where macOS reports that either com.docker.vmnetd or com.docker.socket is malware.
Show HN: Simple Docker Hosting (sliplane.io)
With Sliplane, shipping containers becomes incredibly easy and affordable. Our "Pay-per-Server" model enables you to host unlimited containers on each server for one fixed price.
Malware detection prevents Docker Desktop to start on macOS (github.com/docker)
Tell HN: macOS is currently detecting Docker as malware (ycombinator.com)
I just finished porting my projects canonical build process to Docker a few days ago, and had a rude awakening today when MacOS declared Docker malware and deleted its executable.
macOS is detecting Docker as a malware and keeping it from starting (github.com/docker)
Malware Blocked. “com.docker.socket” was not opened because it contains malware. this action did not harm your Mac.
Unauthorized image of Kong Ingress Controller v3.4.0 (github.com/Kong)
On December 23, 2024, an unauthorized image of Kong Ingress Controller v.3.4.0 (hash: sha256:a00659df0771d076fc9d0baf1f2f45e81ec9f13179f499d4cd940f57afc75d43) was uploaded to DockerHub containing code that enabled cryptojacking in the form of calls to a crypto mining site pool.supportxmr.com.
Whalewall: Automate management of firewall rules for Docker containers (github.com/capnspacehook)
Automate management of firewall rules for Docker containers.
PHP Docker image just hit 1B pulls on Docker Hub (mydevmentor.com)
So, the official PHP Docker image just hit a mind-blowing milestone:
Install postmarketOS on Android phone and use Docker as a home server (crackoverflow.com)
In this tutorial, we will guide you through the process of installing Docker on your Android phone, specifically using a OnePlus 6T with postmarketOS. I also wrote another blog post explaining how you can run this phone without a battery, allowing it to run forever as long as it remains connected to a power source. If you’re interested, feel free to check it out!
Show HN: Checkmate, a server and infrastructure monitoring application (github.com/bluewave-labs)
Checkmate is an open source uptime manager, server & Docker monitoring tool used to track the operational status and performance of servers and websites.
Show HN: SQL Simulator – Create Subsetted Databases in Docker or K8s (tribalknowledge.tech)
In laymen's terms SQL Simulator uses SQL scripts to generate subsetted databases within a secure Sandbox environment.
Ask HN: Why did K8s win against Docker Swarm? (ycombinator.com)
Docker Swarm Classic (https://github.com/docker-archive/classicswarm) is dead. Docker Swarm Mode is alive, and I know some people use it, but it's very niche compared to k8s.
Bocker: Docker implemented in around 100 lines of Bash (2015) (github.com/p8952)
Docker implemented in around 100 lines of bash.
Deep Dive into Linux Networking and Docker – Bridge, VETH and IPTables (medium.com)
Linux Networking is a very interesting topic. In this series, my aim is to dig deep to understand the various ways in which these container orchestration platforms implement network internals underneath.
Docker Networking Internals: How Docker Uses Linux Iptables and Interfaces (securitynik.com)
I started playing with docker a while ago, and like most people I was instantly impressed with its power and ease of use.
Rust for AWS Lambda, the Docker Way (beeb.li)
Rust is a great language to consider when writing services for AWS Lambda, because of its extremely low start-up time, CPU usage and memory footprint.
Lazy Docker: The lazier way to manage everything Docker (github.com/jesseduffield)
A simple terminal UI for both docker and docker-compose, written in Go with the gocui library.
Docker and OCI Hardening Guide (wonderfall.dev)
Containers aren’t that new fancy thing anymore, but they were a big deal. And they still are. They are a concrete solution to the following problem: