Docker
System softwareWikipedia
907
MENTIONS
288
EPISODES
210
PODCASTS
Search complete. 907 mentions across 288 episodes found for "Docker".
Sep 11, 2026
Episode 367 - Ryan Castillo
C
54:58Chris OliverHOST
So then it goes and reads the source code for Campfire.
C
55:02Chris OliverHOST
And Claude then was like, oh, they've hard-coded this so that it uses the Redis host name because it's using the Docker container name.
C
55:12Chris OliverHOST
And let me just go in Hatchbox, create these two overrides during deployments and override these two files.
C
55:19Chris OliverHOST
And then that way you can use the environment variable to change the Redis URL to what Hatchbox needs.
AI-Monitored Release Processes: A Log Anomaly Checker (Ep. 172)
I
7:41Isaac AskewHOST
yeah i think this might be why a lot of um companies like data dog and snowflake and um what is the other one that's like data centric similar to data dog um new relic maybe or grafana um they've been experiencing a big boom lately um uh when it comes to ai because I suspect it's having all this logging and telemetry and other things that are really useful for understanding how your system's behaving as extra context to feed that humans can't just quickly read.
I
8:17Isaac AskewHOST
Same thing for like... very quickly if I try to get my Docker network to come up and something happens.
I
8:25Isaac AskewHOST
The error might not be very obvious, but I can say, Claude, can you check and see why it didn't work? And it'll look through all system logs faster than I could type it and go, ah, I can't see.
I
8:34Isaac AskewHOST
It's because of this particular issue here.
9/11 at 25, OfferLoader, Gemini CLI, Liquid, 10% Doom, Josh Marpet, and More - SWN #615
A
15:30Aaran LeylandHOST
Now, look at what the defenses were doing at that moment.
A
15:34Aaran LeylandHOST
Docker sandbox.
A
15:36Aaran LeylandHOST
The malicious code ran before it.
A
15:38Aaran LeylandHOST
Environment sanitizer.
9/11 at 25, OfferLoader, Gemini CLI, Liquid, 10% Doom, Josh Marpet, and More - SWN #615
A
15:30Aaron LelandHOST
Now, look at what the defenses were doing at that moment.
A
15:34Aaron LelandHOST
Docker sandbox, the malicious code ran before it.
A
15:38Aaron LelandHOST
Environment sanitizer, the process had already inherited the original environment.
A
15:45Aaron LelandHOST
Tool allow list, the model never requested a tool.
AI:AM — AI Agents in Production and China’s Rules of Deployment · September 10, 2026
N
77:36Nathan LabenzHOST
So what are you doing to secure these sandboxes? I think that's the first question we got to start with.
A
77:43Amir HaghighatGUEST
yeah let's let's do it uh and just know that you know the the acquisition is now about five days old uh but we have been working with black soul we've been a customer of black soul ourselves for rl rollouts and some of the agentic use cases and uh and that's been some of our first questions as well look when it comes to sandboxes people mean different things as it could be as simple as you bring up a Docker container, run some code on it, and then kill it.
A
78:14Amir HaghighatGUEST
And that really doesn't give you the kind of security boundary that you need.
A
78:19Amir HaghighatGUEST
What does are VMs or micro VMs, which is, you don't see every sandbox provider actually use.
9/11 at 25, OfferLoader, Gemini CLI, Liquid, 10% Doom, Josh Marpet, and More - SWN #615
A
15:30Aaron LeylandHOST
Now, look at what the defenses were doing at that moment.
A
15:34Aaron LeylandHOST
Docker sandbox, the malicious code ran before it.
A
15:38Aaron LeylandHOST
Environment sanitizer, the process had already inherited the original environment.
A
15:45Aaron LeylandHOST
Tool allow list, the model never requested a tool.
9/11 at 25, OfferLoader, Gemini CLI, Liquid, 10% Doom, Josh Marpet, and More - SWN #615
A
15:30Aaron LeylandHOST
Now, look at what the defenses were doing at that moment.
A
15:34Aaron LeylandHOST
Docker sandbox.
A
15:36Aaron LeylandHOST
The malicious code ran before it.
A
15:38Aaron LeylandHOST
Environment sanitizer.
#109 - Docker Got Quiet. Did You Miss Anything?
M
0:16MattiasHOST
That's my plan.
M
0:19MattiasHOST
And today we are revisiting Docker.
M
0:25MattiasHOST
Oh,
P
0:25PaulinaHOST
good,
S
0:25speaker_2NARRATOR
Docker.
P
0:27PaulinaHOST
It's been a while, yeah? I think it was before I joined.
M
0:30MattiasHOST
Yes, last episode was in November of 2022.
M
0:37MattiasHOST
That's episode 45, if you want to look it up.
#108 - Assume You’re Vulnerable: Security Beyond Patching
M
7:06MattiasHOST
So-
P
7:06PaulinaHOST
Even on the stable one, it was always the same question, you know, on the all interviews I was getting for the Docker, never put it to the latest one, always ping the version and so on.
M
7:14MattiasHOST
Yeah.
A
7:16AndreHOST
Yeah.
A
10:43AndreHOST
So I do think that you should, uh, consider it's not trustable because, yes, there are vulnerabilities in packages, but your own developers can introduce issues, so there will be always something in there.
A
10:59AndreHOST
Obviously, you should put into the effort to re-reduce and minimize the number of possible issues to prevent the intrusions, but you just should think of it that it is vulnerable, someone will get in, so you should not rely on just patching and actually architect around that.
A
11:21AndreHOST
So for instance, you're running in Docker, use, uh, scratch images.
A
11:26AndreHOST
Like for instance, you're running, like, Golang applications.
049: The Slop
I
11:37Ian BrownHOST
Fatal flaw.
I
11:39Ian BrownHOST
So OXCC has got an article out about how any user process can escalate to root in the way that Omaki does its default Docker configuration.
I
11:52Ian BrownHOST
So basically, you know, details here how you can actually do it.
I
11:57Ian BrownHOST
But, yeah, the short and sweet of it is that, you know, if you run Docker on Omaki, it can break out and become root on the desktop.
I
12:05Ian BrownHOST
Oh, nice.
I
12:06Ian BrownHOST
Yeah.
36 MINS LATER
D
48:20Dave WallHOST
I was going to say, surely the pricing will be more expensive, but no, it reckons here that a cloud-run instance with one vCPU and one gig of memory running continuously for 30 days would only cost $570.
D
48:32Dave WallHOST
Yep.
278 more episodes mention Docker.
Create an account to see the whole feed, search across every transcript, and follow the entities you care about.