Comparing version 0.0.2 to 0.0.3
@@ -26,3 +26,3 @@ #!/usr/bin/env node | ||
cdirString = "$(pwd)/"; | ||
} else if (p == "win32") { | ||
} else if (p == "win32" || p== "win64") { | ||
//win | ||
@@ -29,0 +29,0 @@ cdirString = "${pwd}/"; |
{ | ||
"name": "dorun", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Run a docker container with current dir mounted as /work/input", | ||
@@ -12,7 +12,6 @@ "main": "dorun.js", | ||
"url": "git+https://github.com/jgwill/dorun.git" | ||
}, | ||
}, | ||
"bin": { | ||
"dorun": "dorun.js" | ||
}, | ||
"keywords": [ | ||
@@ -19,0 +18,0 @@ "docker", |
@@ -12,2 +12,8 @@ # dorun | ||
## Synopsis | ||
```sh | ||
dorun IMAGE [cmd arg1 arg2 arg3 ...] | ||
``` | ||
## Usage | ||
@@ -17,2 +23,3 @@ | ||
dorun jgwill/ubuntu | ||
```` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3203
23