The structured concurrency application server.
4.9K
O N I C O N D U C T A N C E
| \____/ | ___ ___
| | |_ | | _|
| ( ) ( ) | | | | |
/| |\ / / \ \
|/| |\| | | | |
| | \ \_____/ /
(___----___) \_______/
https://onilabs.com
cd conductance
docker build -t onilabs/conductance:local .
For local code repository:
cd conductance
docker-compose -f ./docker-compose.test.yml up --build
Or, for a built image with tag 'TAG':
docker run --rm -t --entrypoint /bin/bash onilabs/conductance:TAG
-c "/usr/src/conductance/node_modules/stratifiedjs/test/run &&
/use/src/conductance/test/run"
Content type
Image
Digest
sha256:e060eccdd…
Size
459.3 MB
Last updated
over 1 year ago
docker pull onilabs/conductance