Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/dind-probe.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const DOCKER_PING_TIMEOUT_MS = 5000;
/** Lightweight image for the probe — busybox is smaller than alpine */
const PROBE_IMAGE = 'busybox:latest';

export interface ProbeResult {
interface ProbeResult {
/** The detected prefix, or undefined if filesystem is shared or undetectable */
prefix: string | undefined;
/** Whether the probe detected a split filesystem */
Expand Down
Loading