Skip to content

Commit 5669054

Browse files
committed
fix formatting
1 parent f7ac8a1 commit 5669054

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

daemon/README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ To unique identify an image so we need to provide all those information:
4545
2. repository
4646
3. tag or digest or tag + digest
4747

48-
We will use colon (`:`) to separate the `registry` from the `repository` and
49-
again the colon to separate the `repository` from the `tag` and the at (`@`) to
48+
We will use slash (`/`) to separate the `registry` from the `repository` and
49+
the colon (`/`) to separate the `repository` from the `tag` and the at (`@`) to
5050
separate the `digest` from the tag or from the `repository`.
5151

5252
The final syntax will be:
@@ -67,7 +67,7 @@ The main component of this approach is the **desiderata** which is a triplet
6767
composed by the input image, the output image and in which cvmfs repository you
6868
want to store the data.
6969

70-
`desiderata => (input_image, output_image, cvmfs_repository)`
70+
desiderata => (input_image, output_image, cvmfs_repository)
7171

7272
The input image in your desiderata should be as more specific as possible,
7373
ideally specifying both the tag and the digest.
@@ -84,11 +84,15 @@ Here follow the list of commands that the converter understand.
8484

8585
### add-desiderata
8686

87-
**add-desiderata** --input-image $INPUT\_IMAGE --output-image $OUTPUT\_IMAGE --repository $CVMFS\_REPO
87+
`add-desiderata --input-image $INPUT_IMAGE --output-image $OUTPUT_IMAGE --repository $CVMFS_REPO \
88+
--user-input $USER_INPUT --user-output $USER_OUTPUT`
8889

8990
Will add a new `desiderata` to the internal database, then it will try to
9091
convert the regular image into a thin image.
9192

93+
The users are the one that will try tpo log into the registry, you can add
94+
users (so usernames, password and registry) using the `add-user` command.
95+
9296
### add-image
9397

9498
**add-image** $IMAGE

0 commit comments

Comments
 (0)