Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add host container persistent storage & persist admin ctr ssh host keys #450

Merged
merged 3 commits into from
Oct 24, 2019

Commits on Oct 23, 2019

  1. api: create new modeled type Identifier for container names

    Creates a new modeled type named Identifier for string used to
    identify container names which might be used to create
    files/directories
    etungsten committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    7fe8223 View commit details
    Browse the repository at this point in the history
  2. host-ctr: adds persistent storage for host containers

    Creates a persistent storage location for containers under
    /local/host-containers/CONTAINER-NAME and mapped into the container
    under /.thar/host-containers/CONTAINER-NAME
    etungsten committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    37ef128 View commit details
    Browse the repository at this point in the history
  3. admin-ctr: generate the host ssh keys in container persistent storage

    Generates host ssh keys in admin container persistent storage under
    `/.thar/host-containers/admin/etc/ssh`
    etungsten committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    b13e2cb View commit details
    Browse the repository at this point in the history