updated docs

This commit is contained in:
Brad Rydzewski
2015-09-02 22:14:15 -07:00
parent a92ebb2b11
commit b95a703ab3
3 changed files with 27 additions and 10 deletions

View File

@@ -15,12 +15,16 @@ Build and Publish a Docker container
```sh
docker run -i --privileged -v $(pwd):/drone/src plugins/drone-docker <<EOF
{
"clone": {
"dir": "/drone/src"
"workspace": {
"path": "/drone/src"
},
"commit" : {
"sha": "9f2849d5",
"branch": "master"
"build" : {
"number": 1,
"head_commit": {
"sha": "9f2849d5",
"branch": "master",
"ref": "refs/heads/master"
}
},
"vargs": {
"username": "kevinbacon",