https://github.com/uid11/trying-docker
Trying Docker for testing npm packages
https://github.com/uid11/trying-docker
Last synced: 6 months ago
JSON representation
Trying Docker for testing npm packages
- Host: GitHub
- URL: https://github.com/uid11/trying-docker
- Owner: uid11
- License: mit
- Created: 2016-10-01T05:14:43.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-01T05:15:52.000Z (almost 10 years ago)
- Last Synced: 2025-06-30T23:39:34.707Z (about 1 year ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Trying Docker #
![dependencies][dependencies-image] [![License MIT][license-image]](LICENSE)
Is there docker images based on Windows and Mac OS?
## Usage ##
npm run
- build: build test image
- test: run tests
- clear: remove test image
- remove: remove image by ID
- working: list of containers
- kill: kill running container by ID
- rm: remove container by ID
- show: list of images
About Docker: https://habrahabr.ru/post/272145/ (russian).
## License ##
[MIT](LICENSE)
[dependencies-image]: https://img.shields.io/gemnasium/mathiasbynens/he.svg?maxAge=2592000 "dependencies-image"
[license-image]: https://img.shields.io/badge/license-MIT-blue.svg "license-image"