Fix vitastor-disk in Docker installations

This commit is contained in:
Vitaliy Filippov
2025-03-16 13:44:01 +03:00
parent a950889976
commit f3192b610d
2 changed files with 2 additions and 2 deletions
@@ -8,7 +8,7 @@ PartOf=vitastor.target
Restart=always
EnvironmentFile=/etc/vitastor/docker.conf
ExecStart=bash -c 'docker run --rm -i -v /etc/vitastor:/etc/vitastor -v /dev:/dev -v /run:/run \
--security-opt seccomp=unconfined --privileged --log-driver none --network host --name vitastor vitastor:$VITASTOR_VERSION \
--security-opt seccomp=unconfined --privileged --pid=host --log-driver none --network host --name vitastor vitastor:$VITASTOR_VERSION \
sleep.sh'
ExecStartPost=udevadm trigger
ExecStop=docker stop vitastor
+1 -1
View File
@@ -4,7 +4,7 @@
#
# Desired Vitastor version
VITASTOR_VERSION=1.11.0
VITASTOR_VERSION=v1.11.0
# Additional arguments for all containers
# For example, you may want to specify a custom logging driver here