docker.default 650 B

1234567891011121314151617181920
  1. # Docker Upstart and SysVinit configuration file
  2. #
  3. # THIS FILE DOES NOT APPLY TO SYSTEMD
  4. #
  5. # Please see the documentation for "systemd drop-ins":
  6. # https://docs.docker.com/engine/articles/systemd/
  7. #
  8. # Customize location of Docker binary (especially for development testing).
  9. #DOCKERD="/usr/local/bin/dockerd"
  10. # Use DOCKER_OPTS to modify the daemon startup options.
  11. #DOCKER_OPTS="--dns 8.8.8.8 --dns 8.8.4.4"
  12. # If you need Docker to use an HTTP proxy, it can also be specified here.
  13. #export http_proxy="http://127.0.0.1:3128/"
  14. # This is also a handy place to tweak where Docker's temporary files go.
  15. #export TMPDIR="/mnt/bigdrive/docker-tmp"