-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dockerfile for CP #49
Comments
Any problems have you encountered? |
@Normalnoise no, this pull request |
Have you test it? |
/app/node : persistance |
thanks for your contributions, once it is tested, I will add it to our repo @dr4mohamed |
Dockerfile
BUILD :
docker build -t swanchain .
Result :
usage :
mount volume for persistance :
docker run --rm -it -v ./node:/app/node swanchain computing-provider init --multi-address 127.0.0.1 --node-name dr4mohamed
docker run --rm -it -v ./node:/app/node swanchain computing-provider wallet new
edit config.toml and add cert and key and your public key and api MCS
The text was updated successfully, but these errors were encountered: