forked from ports/contrib
8 lines
131 B
Bash
8 lines
131 B
Bash
# Docker Daemon Configuration
|
|
#
|
|
# For configuration options see: docker --help
|
|
|
|
OPTS="-d -p /var/run/docker.pid"
|
|
|
|
# vim: syntax=sh
|