Browse Source

Merge pull request #5878 from timthelion/docs-docker-readme

Add README.md file for the docker directory
Victor Vieux 11 years ago
parent
commit
7c52ab7f83
1 changed files with 3 additions and 0 deletions
  1. 3 0
      docker/README.md

+ 3 - 0
docker/README.md

@@ -0,0 +1,3 @@
+docker.go contains Docker's main function.
+
+This file provides first line CLI argument parsing and environment variable setting.