We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 211ef96 + b43abbc commit fc71a49Copy full SHA for fc71a49
pkg/cidata/cidata.TEMPLATE.d/boot/05-persistent-data-volume.sh
@@ -7,7 +7,7 @@ set -eux -o pipefail
7
test -f /etc/alpine-release || exit 0
8
9
# Data directories that should be persisted across reboots
10
-DATADIRS="/home /usr/local /etc/containerd /var/lib/containerd"
+DATADIRS="/etc/ssh /home /usr/local /etc/containerd /var/lib/containerd"
11
12
# When running from RAM try to move persistent data to data-volume
13
# FIXME: the test for tmpfs mounts is probably Alpine-specific
0 commit comments