Daemon.json: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 2: Line 2:


* [[Docker_Server_Configuration#.2Fetc.2Fdocker.2Fdaemon.json|Docker Server Configuration]]
* [[Docker_Server_Configuration#.2Fetc.2Fdocker.2Fdaemon.json|Docker Server Configuration]]
* [[/etc/sysconfig/docker|/etc/sysconfig/docker]]


=Overview=  
=Overview=  

Revision as of 20:38, 20 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.

On Mac installations, the file can be accessed following the procure specified here:

Docker Server Configuration on Mac

Configuration

insecure-registries

{
  "insecure-registries" : ["192.168.1.10:5000"]
}

The same behavior can be specified by setting command-line startup parameter --insecure-registry.