Skip to content

Commit

Permalink
doc: keep on writing README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
massix committed Dec 29, 2023
1 parent a9d3b97 commit 77320f4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
- [Privileged Mode](#privileged-mode)
- [Capabilities](#capabilities)
- [Set User](#set-user)
- [Set Command](#set-command)
- [Exec a command](#exec-a-command)
- [Use the withContainer helper](#use-the-withcontainer-helper)
- [Configure with a Monad](#configure-with-a-monad)
Expand Down Expand Up @@ -542,6 +543,8 @@ is passed to the `entrypoint` of the configured underlying container (if any)
setCommand :: Array String -> TestContainer -> TestContainer
```

(An example is provided in the following paragraph)


#### Exec a command
Once a container is started, you can `exec` commands inside using the
Expand Down

0 comments on commit 77320f4

Please sign in to comment.