Skip to content

Xapp73/hysh-docker-node-ubuntu

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HyperShell Node.js Ubuntu container

This container implements a demo application illustrating how to provision Docker-based micro-services with the HyperShell agent.

How to start your agent

The Node.js demo application listening on port 3000 can be started with:

docker run -dit -p 3000:3000 --restart always --name hysh-docker-nvm-node-ubuntu -e "CHAINCODE_ID_NAME=8b554abeb1144726ab3167f67bdfba36" xapp73/hysh-docker-nvm-node-ubuntu

The agent identifier is specified using the "CHAINCODE_ID_NAME" environment variable.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 59.3%
  • Dockerfile 34.6%
  • JavaScript 6.1%