improve docker.registry configuration
parent
1b1ecf1f11
commit
79b4f6eb83
|
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue