Skip to content

Commit

Permalink
readme: removed output from stevedore initialize
Browse files Browse the repository at this point in the history
  • Loading branch information
apenella committed Dec 27, 2023
1 parent d9e003d commit 992d9e3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ We create a configuration file for this guide, but it can be also defined on env
```sh
/ $ cd /docker
/docker $ stevedore initialize --builders-path builders --credentials-storage-type local --generate-credentials-encryption-key --images-path images --log-path-file /dev/null
2023-02-03 21:57:20 INFO Executing command 'stevedore [COMMAND] [OPTIONS] initialize'
```

After running this command, you can validate the configuration by using the _get configuration_ subcommand.
Expand Down Expand Up @@ -88,7 +87,7 @@ Password:
```

- Validate that the credentials have been stored.
-

```sh
/docker $ stevedore get credentials
ID TYPE CREDENTIALS
Expand Down

0 comments on commit 992d9e3

Please sign in to comment.