Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ This is a Operate-First toolbox that comprises of commonly used tooling to suppl
### Create your toolbox container

```shell
$ toolbox create --image quay.io/operate-first/opf-toolbox:v0.4.2
$ toolbox create --image quay.io/operate-first/opf-toolbox:v0.5.0
Created container: opf-toolbox
Enter with: toolbox enter --container opf-toolbox-v0.4.2
Enter with: toolbox enter --container opf-toolbox-v0.5.0
```

This will create a container called `opf-toolbox-<version-id>`.

### Enter the toolbox

```shell
$ toolbox enter --container opf-toolbox-v0.4.2
$ toolbox enter --container opf-toolbox-v0.5.0
```

### Tools included
Expand Down