diff --git a/README.md b/README.md index 96ac4db..7826b49 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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