Sign inSign up

onilabs/conductance

By onilabs

Updated over 1 year ago

The structured concurrency application server.

Image
0

4.9K

onilabs/conductance repository overview

          O N I   C O N D U C T A N C E  
                                         
         | \____/ |          ___     ___ 
        |          |        |_  |   |  _|
       |  ( )  ( )  |         | |   | |  
      /|            |\       / /    \  \ 
     |/|            |\|      | |     | | 
        |          |         \ \_____/ / 
        (___----___)          \_______/  
                                         
               https://onilabs.com
Building locally:
cd conductance
docker build -t onilabs/conductance:local .
Running testsuite:

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"

Tag summary

Content type

Image

Digest

sha256:e060eccdd

Size

459.3 MB

Last updated

over 1 year ago

docker pull onilabs/conductance