cli/pkg/container
Snider 1adebbdba1 chore(io): migrate pkg/cli and pkg/container to io.Local abstraction
Continue io.Medium migration for the remaining packages:

- pkg/cli/daemon.go: PIDFile Acquire/Release now use io.Local.Read,
  Delete, and Write for managing daemon PID files.
- pkg/container/state.go: LoadState and SaveState use io.Local for
  JSON state persistence. EnsureLogsDir uses io.Local.EnsureDir.
- pkg/container/templates.go: Template loading and directory scanning
  now use io.Local.IsFile, IsDir, Read, and List.
- pkg/container/linuxkit.go: Image validation uses io.Local.IsFile,
  log file check uses io.Local.IsFile. Streaming log file creation
  (os.Create) remains unchanged as io.Local doesn't support streaming.

Closes #105, closes #107

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-02 05:17:12 +00:00
..
templates feat(container): add LinuxKit YAML templates with variable substitution 2026-01-28 18:59:45 +00:00
container.go feat(container): implement LinuxKit container runtime 2026-01-28 18:50:32 +00:00
hypervisor.go feat: git command, build improvements, and go fmt git-aware (#74) 2026-02-01 10:48:44 +00:00
hypervisor_test.go test: increase coverage across packages 2026-01-29 13:19:08 +00:00
linuxkit.go chore(io): migrate pkg/cli and pkg/container to io.Local abstraction 2026-02-02 05:17:12 +00:00
linuxkit_test.go feat: git command, build improvements, and go fmt git-aware (#74) 2026-02-01 10:48:44 +00:00
state.go chore(io): migrate pkg/cli and pkg/container to io.Local abstraction 2026-02-02 05:17:12 +00:00
state_test.go feat(container): implement LinuxKit container runtime 2026-01-28 18:50:32 +00:00
templates.go chore(io): migrate pkg/cli and pkg/container to io.Local abstraction 2026-02-02 05:17:12 +00:00
templates_test.go test: increase coverage across packages 2026-01-29 13:19:08 +00:00