mirror of
https://github.com/valentineus/simple-container.git
synced 2025-04-28 00:41:24 +03:00
28 lines
1.1 KiB
Markdown
28 lines
1.1 KiB
Markdown
|
# Simple Container
|
||
|
[](https://www.npmjs.com/package/simple-container)
|
||
|
[](https://travis-ci.org/valentineus/simple-container)
|
||
|
[](https://www.codacy.com/app/valentineus/simple-container)
|
||
|
[](https://www.codacy.com/app/valentineus/simple-container/files)
|
||
|
[](https://gitter.im/valentineus/simple-container)
|
||
|
|
||
|
Simple and fast work with the Docker container
|
||
|
|
||
|
## Installation
|
||
|
```bash
|
||
|
npm install --save simple-container
|
||
|
```
|
||
|
|
||
|
## Using
|
||
|
```JavaScript
|
||
|
import Container from 'simple-container';
|
||
|
|
||
|
var container = new Container({});
|
||
|
container.create();
|
||
|
```
|
||
|
|
||
|
## License
|
||
|
[](https://github.com/eslint/eslint)
|
||
|
|
||
|
[MIT](LICENSE.md).
|
||
|
Copyright (c)
|
||
|
[Valentin Popov](https://valentineus.link/).
|