v1.1.0
Added
stackd runtime [native|docker]sets a default runtime for new instances. Native stays the default.--docker/--nativeonstackd createoverride the default for one instance.- Docker instances pull official images, bind
127.0.0.1, and keep data under~/.stackd/instances/…. stackd doctorchecks the Docker CLI and daemon when Docker is in use.- Status, list, and home show each instance’s runtime.
Existing instances keep the runtime they were created with. Native data directories are not migrated into Docker.
After upgrading:
composer global update vblinden/stackd
stackd runtime # confirm default (native)
stackd runtime docker # optional: new creates use imagesFull Changelog: v1.0.10...v1.1.0