container system property subcommand missing?
#687
-
|
I just installed (via I got to the section on local DNS domain setup and was able to create a local domain using the first command provided, but the second command--to set that new domain as the default--fails. Running I was able to puzzle out that So I guess my question is: what exactly is this noob missing? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hi @phoward8020! Basically what's happening is that we've been making breaking changes in the CLI. You've installed Since we've had a few questions about this, we opened an issue here #638 tracking trying to make it easier to find the right documentation for the installed version of the tool. I recently merged this change #676 to add a note in the README warning users to make sure they're looking at the right version of the docs. If you have any thoughts on how we can make this warning more obvious, please feel free to let us know or open a PR to make the changes. Thanks! |
Beta Was this translation helpful? Give feedback.
Hi @phoward8020! Basically what's happening is that we've been making breaking changes in the CLI. You've installed
containerwith brew at version0.4.1, which was released at the end of last month, but the tutorial you're looking at lives on themainbranch, which means it has the most recent changes that will be in the next release. We typically make new releases at the end of the month, so there should be a new release in the next week that has thecontainer system propertysubcommand.Since we've had a few questions about this, we opened an issue here #638 tracking trying to make it easier to find the right documentation for the installed version of the tool. I recently merged this ch…