Skip to content

Commit

Permalink
Merge pull request #4 from kfriedberger/patch-1
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
rse authored Sep 14, 2024
2 parents 1c3beb2 + b868762 commit 490d7ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ container execution platform.

- `sed -e 's;^# cgroup_manager = .*;cgroup_manager = "cgroupfs";'
-e 's;^# events_logger = .*;events_logger = "file";'
</usr/share/containers/containers.conf >/tmp/container.conf;
</usr/share/containers/containers.conf >/tmp/containers.conf;
sudo install -c -m 644 /tmp/containers.conf /etc/containers/containers.conf; rm /tmp/containers.conf`

3. **Install Docker/Docker-Compose**:<br/>
Expand Down

0 comments on commit 490d7ae

Please sign in to comment.