Update module path from forge.lthn.ai/core/go-container to
dappco.re/go/core/container. Migrate import paths for go-io (v0.2.0),
go-log (v0.1.0), and go-i18n (v0.2.0) to their new dappco.re
equivalents. cli and config remain at forge.lthn.ai (not yet migrated).
Co-Authored-By: Virgil <virgil@lethean.io>
Replace all os.ReadFile/os.WriteFile/os.MkdirAll in production code with
coreio.Local equivalents (Read, Write, EnsureDir) from go-io. Replace all
fmt.Errorf and errors.New with coreerr.E() from go-log, adding structured
operation context to all error returns. Promote go-log from indirect to
direct dependency in go.mod.
Co-Authored-By: Virgil <virgil@lethean.io>
LinuxKit VM management commands now live alongside the container
library they depend on. Registered via cli.RegisterCommands().
Co-Authored-By: Virgil <virgil@lethean.io>