-
Notifications
You must be signed in to change notification settings - Fork 67
/
Copy pathdvm.conf
33 lines (28 loc) · 885 Bytes
/
dvm.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# dvm configuration
# -----------------
#
# **Note**: All commented out settings are default values
#
# Docker guest IP address, available on a private network
#
#export DOCKER_IP="192.168.42.43"
# TCP port on Docker guest. If DOCKER_ARGS is set, this value will not be used
#
#export DOCKER_PORT="2375"
# Amount of RAM to dedicate to the virtual machine, in megabytes
#
#export DOCKER_MEMORY="512"
# CIDR range for the docker0 bridge that Docker creates
#
#export DOCKER0_CIDR=""
# Additional arguments passed to start the Docker daemon. The command used to
# start the daemon is:
#
# /usr/local/bin/docker -d -D -g "$DOCKER_DIR" -H unix:// $DOCKER_HOST $EXTRA_ARGS > /var/lib/boot2docker.log 2>&1 &
#
# If any arguments are specified in DOCKER_ARGS, they will be written to
# /var/lib/boot2docker/profile like so:
#
# export EXTRA_ARGS=$DOCKER_ARGS
#
#export DOCKER_ARGS=""