Daemon.json: Difference between revisions
Jump to navigation
Jump to search
Line 7: | Line 7: | ||
Contains server configuration and it is an alternative to configuration specified as command line parameters when the server is started. Initially, daemon.json is empty or missing altogether. | Contains server configuration and it is an alternative to configuration specified as command line parameters when the server is started. Initially, daemon.json is empty or missing altogether. | ||
=Configuration= | |||
==insecure-registries== | |||
<syntaxhighlight lang='json'> | |||
{ | |||
"insecure-registries" : ["192.168.1.10:5000"] | |||
} | |||
</syntaxhighlight> |
Revision as of 22:55, 19 April 2018
Internal
Overview
Contains server configuration and it is an alternative to configuration specified as command line parameters when the server is started. Initially, daemon.json is empty or missing altogether.
Configuration
insecure-registries
{
"insecure-registries" : ["192.168.1.10:5000"]
}