An open API service indexing awesome lists of open source software.

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

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"