6 Commits

Author SHA1 Message Date
Sebastiaan
f9c0922b2f
Examples folder default permission
When running the container and building the examples, the following error occurs:
Error: EACCES: permission denied, open '/home/node/examples/browser/browser-webpack-example/bundle.js'

Commands used:
```
docker build -t orbit-db -f docker/Dockerfile . --no-cache
docker run -ti --rm orbit-db npm run build:examples
```
2019-05-15 16:19:46 +02:00
Sebastiaan
baef31629c Bumped NodeJS version
- Bumped NodeJS version to 10 (container was building but not running any of the examples with the other version)
2019-05-15 12:23:04 +02:00
V-V
e29b8f58f1 Grammatical fixes in docker/README.md 2018-09-11 07:25:36 +03:00
V-V
21390a95ff Improved the docker/README.md
Tested with newer Docker version, also described some of the
benefits of containerization from our perspective.
2018-08-31 14:52:27 +03:00
V-V
b837a1e348 Instructions for building and running OrbitDB containers 2018-08-31 14:09:48 +03:00
V-V
bfdc17e949 Base Dockerfile for OrbitDB
This commit introduces a Dockerfile for building Docker images of OrbitDB
base installations on node.js. It is based on official nodejs image, and
can also be used either as a base image for building new images for
projects that use OrbitDB, or as image for throwaway temporary containers.
2018-08-31 13:41:52 +03:00