Skip to content

Commit

Permalink
Remove executable bit from "/usr/local/bin/runc"
Browse files Browse the repository at this point in the history
The runc script interferes with running Docker containers.
  • Loading branch information
Kevinjil committed Sep 10, 2024
1 parent be648c5 commit 3a498c6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions provision-contest/ansible/roles/docker/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@
pip:
name: docker

- name: Remove executable bit from "/usr/local/bin/runc"
file:
dest: /usr/local/bin/runc
mode: -x

- name: Load container archives
include_tasks: load-container.yml
with_filetree:
Expand Down

0 comments on commit 3a498c6

Please sign in to comment.