Skip to content

Commit

Permalink
Update getting_started.md
Browse files Browse the repository at this point in the history
correct docker command with full image name
  • Loading branch information
dgoosens authored and juliamrch committed Feb 23, 2024
1 parent 9b3e50c commit f0138bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/doc/CLI/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ If you are using docker, you can use the image provided [here](https://hub.docke

```sh
docker pull clevercloud/clever-tools
docker run --rm clever-tools <command>
docker run --rm clevercloud/clever-tools <command>
```

#### Dockerfile
Expand Down

0 comments on commit f0138bf

Please sign in to comment.