mirror of
https://github.com/orbitdb/orbitdb.git
synced 2025-06-06 22:26:41 +00:00
Grammatical fixes in docker/README.md
This commit is contained in:
parent
21390a95ff
commit
e29b8f58f1
@ -24,8 +24,8 @@ docker run -ti --rm orbit-db npm run examples:node
|
|||||||
## Why would you want to run OrbitDB in container?
|
## Why would you want to run OrbitDB in container?
|
||||||
|
|
||||||
Containers are nice because as software execution environments they are:
|
Containers are nice because as software execution environments they are:
|
||||||
- Reproducible, which helps testing and development because you can revert container to original state by destroying it and creating it again,
|
- Reproducible, which helps testing and development because you can revert the container to original state by destroying it and creating it again,
|
||||||
- Isolated, which guarantees that external factors like npm versions, operating system version, or other installed software like native compilers do not affect the execution.
|
- Isolated, which guarantees that external factors like npm versions, the operating system version, or other installed software like native compilers do not affect the execution.
|
||||||
|
|
||||||
They also make implementing virtualized networks for testing and benchmarking easier, which may help projects that use OrbitDB.
|
They also make implementing virtualized networks for testing and benchmarking easier, which may help projects that use OrbitDB.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user