improve docker.registry configuration

master
TBS093A 2023-03-09 18:22:33 +01:00
parent 1b1ecf1f11
commit 79b4f6eb83
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ it should be:
--config-file string Daemon configuration file (default "/etc/docker/daemon.json") --config-file string Daemon configuration file (default "/etc/docker/daemon.json")
``` ```
open ```etc/docker/deamon.json``` file (If the daemon.json file does not exist, create it.) and append these lines: open ```/etc/docker/deamon.json``` file (If the daemon.json file does not exist, create it -> ```sudo mkdir /etc/docker/ && sudo nano /etc/docker/deamon.json```) and append these lines:
```json ```json
{ {