Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 854 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 854 Bytes

test-containers

NPM Version Node

Wrapper around the dockerode library to manipulate Docker containers in Node.js test environments.

Install

npm install @darthcav/test-containers

Test

npm test

Documentation

The documentation can be generated locally using the following command:

npm run doc

The documentation is available online at: https://darthcav.github.io/test-containers/.

License

Apache 2.0.