Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Mount a local directory and login as the user #11

Open
dlespiau opened this issue Feb 8, 2019 · 1 comment
Open

Mount a local directory and login as the user #11

dlespiau opened this issue Feb 8, 2019 · 1 comment
Labels
kind/enhancement New feature or request

Comments

@dlespiau
Copy link
Contributor

dlespiau commented Feb 8, 2019

A very frequent test case is to be able to mount a local directory (say a git checkout, or $HOME) to expose parts of the host fs inside the machine.

There's one detail though, we are likely to want that, when writing files to that mount, we want to write them with the id, gid of the user of the host machine.

@dlespiau
Copy link
Contributor Author

#43 has one idea for what the configuration for this feature could look like (mirrorUser):

cluster:
  name: cluster
  privateKey: cluster-key
machines:
- count: 3
  spec:
    image: quay.io/footloose/centos7
    name: node%d
    portMappings:
    - containerPort: 22
    mirrorUser: true

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
kind/enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant