mirror of
https://github.com/confidential-containers/confidential-containers.git
synced 2025-10-21 23:48:29 +00:00
Add basic documentation, Dockerfile, k8s and sandbox config for a demo pod with SSH public key authentication. Documentation on encrypting and running the image is omitted as of now, for this is a more general topic which will require separate attention. Signed-off-by: Jakob Naucke <jakob.naucke@ibm.com>
7 lines
104 B
YAML
7 lines
104 B
YAML
metadata:
|
|
name: ccv0-ssh-pod
|
|
hostname: ccv0
|
|
port_mappings:
|
|
- container_port: 22
|
|
host_port: 2222
|