Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zoobestik/iojs-app-tools
Simple scripts for create development containers with io.js
https://github.com/zoobestik/iojs-app-tools
Last synced: about 16 hours ago
JSON representation
Simple scripts for create development containers with io.js
- Host: GitHub
- URL: https://github.com/zoobestik/iojs-app-tools
- Owner: zoobestik
- Created: 2015-01-16T00:45:07.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-20T15:12:05.000Z (almost 10 years ago)
- Last Synced: 2024-04-18T12:59:18.684Z (7 months ago)
- Language: Python
- Size: 332 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# iojs-app-tools
Simple scripts for create development containers with io.js## Usage:
1. Build base image for containers: `./create_iojs_image iojs-app`## More options for `create_iojs_image`
```
~ » ./create_iojs_image --helpUsage:
create_iojs_image [SWITCHES] [image_name='zoobestik/iojs-app']Meta-switches:
-h, --help Prints this help message and quits
-v, --version Prints the program's version and quitsSwitches:
--directory VALUE:str Set path to script working directory; this option keep generated files
--docker VALUE:str Path to docker API; the default is 'unix://var/run/docker.sock'
-i, --iojs_ver VALUE:str Version of io.js into container; the default is '1.0.1'
-t, --template VALUE:str Path to template file; the default is 'dockerfile.template'
-u, --username VALUE:str Username for default user into container; the default is 'docker'
--verbose See docker build log
```