bugs icon indicating copy to clipboard operation
bugs copied to clipboard

CT has no documentation on how to use

Open spuder opened this issue 6 years ago • 2 comments

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.

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.

spuder avatar Jun 23 '19 22:06 spuder

Hi @spuder, have you already seen https://github.com/coreos/container-linux-config-transpiler/blob/master/doc/getting-started.md?

lucab avatar Jun 24 '19 07:06 lucab

Still not 100% clear. This page info should be on the main readme.

rhuanbarreto avatar Jul 09 '19 12:07 rhuanbarreto