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 874786d + 94cfa97 commit be41f25Copy full SHA for be41f25
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="/etc/containerd /etc/ssh /home /tmp /usr/local /var/lib"
+DATADIRS="/etc /home /tmp /usr/local /var/lib"
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