Skip to content

Commit

Permalink
feat(docker): Update colima start option
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Boutour <[email protected]>
  • Loading branch information
ViBiOh committed Aug 14, 2023
1 parent 02af68a commit f8a8ded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/docker
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

if command -v colima >/dev/null 2>&1; then
docker_start() {
colima start --runtime=containerd
colima start --runtime=containerd --vm-type vz --mount-type virtiofs
}

docker_stop() {
Expand Down

0 comments on commit f8a8ded

Please sign in to comment.