Open spuder opened 5 years ago
I've downloaded CT according to the documentation.
brew install coreos-ct
I've created a config file as shown in the documentation
passwd: users: - name: core ssh_authorized_keys: - ssh-rsa AAAAB3NzaC1ycxxxxxxx
There is no documentation on how to actually use ct. There is no man page, or clear examples of how to use the CLI.
ct
I'm guessing you pass a yaml file to the cli. When I try, nothing happens.
$ ct foo.yaml # <- this command hangs and never responds
Trying to call the CLI directly gives the same result
$ ct # <- command hangs, and is waiting for input
This shouldn't be this hard. Please provide a clear example of how to configure a container linux machine.
Hi @spuder, have you already seen https://github.com/coreos/container-linux-config-transpiler/blob/master/doc/getting-started.md?
Still not 100% clear. This page info should be on the main readme.
I've downloaded CT according to the documentation.
I've created a config file as shown in the documentation
There is no documentation on how to actually use
ct
. There is no man page, or clear examples of how to use the CLI.I'm guessing you pass a yaml file to the cli. When I try, nothing happens.
Trying to call the CLI directly gives the same result
This shouldn't be this hard. Please provide a clear example of how to configure a container linux machine.