redjohn
redjohn
So it looks like the issue, at least for me, was that I was using `-name "John's Cluster"`, and for some reason it doesn't like the `'` in the name....
The `-name` argument isn't for the name of the docker instance, it's the name of the Cassandra cluster and will be put into the cassandra config file. Passing `--name` to...
I think that probably adds some clarity.
For number 2, do you have the option `"vintage_start_in_command_mode": true` set?
Hmm, for me it causes every new tab to start in command mode.