Skip to content

Commit

Permalink
docs: introduce IMAGE_PULL_AUTH env
Browse files Browse the repository at this point in the history
Signed-off-by: Bin Tang <[email protected]>
  • Loading branch information
sctb512 authored and jiangliu committed Jul 30, 2023
1 parent 6c5cd22 commit dea9732
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/nydusd.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ sudo nydusd \
--log-level info
```

For registry backend, we can set authorization with environment variable `IMAGE_PULL_AUTH` to avoid loading `auth` from nydusd configuration file.

### Run With Virtio-FS
If no `/path/to/bootstrap` is available, please refer to [nydus-image.md](https://github.com/dragonflyoss/image-service/blob/master/docs/nydus-image.md) for more details.

Expand Down Expand Up @@ -202,7 +204,8 @@ We are working on enabling cloud-hypervisor support for nydus.
},
...
}
```
```
Note: The value of `device.backend.config.auth` will be overwrite if running the nydusd with environment variable `IMAGE_PULL_AUTH`.

##### Enable P2P Proxy for Storage Backend

Expand Down

0 comments on commit dea9732

Please sign in to comment.