examples/packet: Add ssh keys to example

without it sshd will not start

Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
Rolf Neugebauer 2017-11-14 11:54:06 +00:00
parent c6696145b4
commit 20c7d6ae0a

View File

@ -27,6 +27,11 @@ services:
- INSECURE=true - INSECURE=true
- name: sshd - name: sshd
image: linuxkit/sshd:b7f21ef1b13300a994e35eac3644e4f84f0ada8a image: linuxkit/sshd:b7f21ef1b13300a994e35eac3644e4f84f0ada8a
files:
- path: root/.ssh/authorized_keys
source: ~/.ssh/id_rsa.pub
mode: "0600"
optional: true
trust: trust:
org: org:
- linuxkit - linuxkit