Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 609 Bytes

NOTES.md

File metadata and controls

37 lines (30 loc) · 609 Bytes

Notes

Description

If you encounter some error to run the pura runtime from build try these steps

Usage

Make this to clean the way:

set ID=example
[sudo] unlink /tmp/pura/${ID}/init.sock
[sudo] unlink /tmp/pura/${ID}/container.sock

On another terminal:

[sudo] nc -vklU /tmp/${ID}.sock # on another terminal

On the config.json

...
"root": {
  "path": "/absolute/path/to/rootfs"
}
...

Now on pura context

cd target/release
./pura create ${ID} --bundle /path/to/bundle --console-sock /tmp/${ID}.sock
./pura start ${ID}
./pura state ${ID}
./pura delete ${ID}