Skip to content

Commit

Permalink
Fix word ordering
Browse files Browse the repository at this point in the history
Fixes #30
  • Loading branch information
Gabriella439 committed Sep 14, 2024
1 parent 5dab883 commit a9f5fe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manuscript/Containers.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ Switching from Docker to Podman is pretty easy: we only need to change the `virt
+ backend = "podman";
```

… and then change all command-line references from `podman` to `docker`:
… and then change all command-line references from `docker` to `podman`:

```diff
- path = [ pkgs.docker ];
Expand Down

0 comments on commit a9f5fe7

Please sign in to comment.