Move metadata to /run instead of /var

Signed-off-by: Avi Deitcher <avi@deitcher.net>
This commit is contained in:
Avi Deitcher
2018-01-15 14:23:03 +02:00
parent 62d4858a3e
commit 2af908d1b7
8 changed files with 18 additions and 18 deletions

View File

@@ -20,7 +20,7 @@ services:
- name: sshd
image: linuxkit/sshd:ac5e8364e2e9aa8717a3295c51eb60b8c57373d5
binds:
- /var/config/ssh/authorized_keys:/root/.ssh/authorized_keys
- /run/config/ssh/authorized_keys:/root/.ssh/authorized_keys
- name: nginx
image: nginx:alpine
capabilities:

View File

@@ -24,7 +24,7 @@ services:
- name: sshd
image: linuxkit/sshd:ac5e8364e2e9aa8717a3295c51eb60b8c57373d5
binds:
- /var/config/ssh/authorized_keys:/root/.ssh/authorized_keys
- /run/config/ssh/authorized_keys:/root/.ssh/authorized_keys
- name: nginx
image: nginx:alpine
capabilities:

View File

@@ -21,7 +21,7 @@ services:
- name: sshd
image: linuxkit/sshd:ac5e8364e2e9aa8717a3295c51eb60b8c57373d5
binds:
- /var/config/ssh/authorized_keys:/root/.ssh/authorized_keys
- /run/config/ssh/authorized_keys:/root/.ssh/authorized_keys
- name: nginx
image: nginx:alpine
capabilities:

View File

@@ -24,7 +24,7 @@ services:
- name: sshd
image: linuxkit/sshd:ac5e8364e2e9aa8717a3295c51eb60b8c57373d5
binds:
- /var/config/ssh/authorized_keys:/root/.ssh/authorized_keys
- /run/config/ssh/authorized_keys:/root/.ssh/authorized_keys
- name: nginx
image: nginx:alpine
capabilities: