mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-13 07:04:58 +00:00
snap: unsmask docker
in some systems docker service is masked, to build the rootfs image we need to unmask it Signed-off-by: Julio Montes <julio.montes@intel.com>
This commit is contained in:
parent
41f4ebc1cb
commit
f31829d016
@ -135,6 +135,10 @@ parts:
|
||||
sudo -E systemctl set-environment https_proxy=$https_proxy || true
|
||||
fi
|
||||
|
||||
echo "Unmasking docker service"
|
||||
sudo -E systemctl unmask docker.service || true
|
||||
sudo -E systemctl unmask docker.socket || true
|
||||
|
||||
echo "Starting docker"
|
||||
sudo -E systemctl start docker || true
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user