This repository was archived by the owner on Feb 7, 2023. It is now read-only.
Commit fa2f5d1
add support for /etc/containers/registries.conf (#206)
Supported is needed for an additional scenario now for adding
registries and insecure registries. The current way to add
registries is in /etc/sysconfig/docker. The new way is to add
registries to /etc/containers/registries.conf which uses yaml
format. If /etc/containers/registries.conf exists, it the
registry will be added in the file, otherwise it will be added
in /etc/sysconfig/docker.1 parent a6106a8 commit fa2f5d1
1 file changed
Lines changed: 15 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
12 | 25 | | |
13 | 26 | | |
14 | 27 | | |
15 | 28 | | |
16 | 29 | | |
| 30 | + | |
17 | 31 | | |
18 | 32 | | |
19 | 33 | | |
20 | 34 | | |
21 | 35 | | |
22 | 36 | | |
| 37 | + | |
23 | 38 | | |
24 | 39 | | |
25 | 40 | | |
| |||
0 commit comments