Table of Contents

Docker - Host Environment (OS)

About

Daemon environment variable

Machine

A docker machine must have minimal OS environment value in order to function correctly.

docker-machine env default

Output:

SET DOCKER_TLS_VERIFY=1
SET DOCKER_HOST=tcp://192.168.99.100:2376
SET DOCKER_CERT_PATH=C:\Users\gerard\.docker\machine\machines\default
SET DOCKER_MACHINE_NAME=default
REM Run this command to configure your shell:
REM     @FOR /f "tokens=*" %i IN ('docker-machine env default') DO @%i

Environment variables

The following list of environment variables are supported by the docker command line:

Because Docker is developed using ‘Go’, you can also use any environment variables used by the ‘Go’ runtime. In particular, you may find these useful:

Documentation / Reference