threefoldtecharchive / jumpscaleX_core

Apache License 2.0
1 stars 6 forks source link

3bot container identities #698

Closed grimpy closed 4 years ago

grimpy commented 4 years ago

Finer control over your indentifies on your containers

jsx container-install will take a new optional argument --identity which will default to default this will create a docker volume mount on the host so that the same identity is reused in your containers (unless otherwise specified with the --identity option)

We will drop secret from jumpscale_config.toml and request entering at first launch of kosmos and store this inside redis

grimpy commented 4 years ago

Existing feature documentation: https://github.com/threefoldtech/jumpscaleX_core/blob/unstable/docs/howto/docker_installer/share_identity.md

We will adapt this so that during installation by default we will copy our key to /sandbox/myhost/keys//...

During install if no identity is passed but we do have a var/containers/shared/keys/ we will use the existing one or ask if there are multiple.

Pishoy commented 4 years ago

verified