docker

Docker for services
git clone git://git.unixkoans.com/docker.git
Log | Files | Refs

commit fc4d809c4e9348adda0b11c00323a328eb94f3af
parent 97ef760e6e03efc51594be79a04a8963bcd73ed1
Author: Xiaodong Xu <[email protected]>
Date:   Mon May 28 20:09:00 +0800

Add VS Code config

Diffstat:
docker.code-workspace | 9+++++++++
1 file changed, 9 insertions(+), 0 deletions(-)
diff --git a/docker.code-workspace b/docker.code-workspace @@ -0,0 +1,8 @@ +{ + "folders": [ + { + "path": "." + } + ], + "settings": {} +}+ \ No newline at end of file