You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now we have images from dockerhub for x86 platform.
So in the setup step, we can pull the images from dockerhub.
And also we decouple the image pulling from start step, but adding
notice needing the image locally.
Change-Id: I9ab310c9cc76a352fcfbd9354bfc05db46e42450
Signed-off-by: Baohua Yang <yangbaohua@gmail.com>
For the first time running, please setup the master node with the [setup.sh](https://github.com/hyperledger/cello/blob/master/scripts/master_node/setup.sh).
33
33
34
+
Just run (safe to repeat it):
35
+
34
36
```sh
35
37
$ make setup-master
36
38
```
@@ -48,7 +50,7 @@ $ make start
48
50
49
51
To stop or restart the whole services, run `make stop` or `make restart`.
50
52
51
-
#### Redploy a service
53
+
#### Redeploy a service
52
54
To redeploy one specific service, e.g., dashboard, please run
53
55
54
56
```sh
@@ -83,8 +85,8 @@ Please keep it safe by backups or using more high-available solutions.
83
85
84
86
In MacOS, Docker cannot mount local path from host by default. Hence for mongo container data volume, users need to:
85
87
86
-
* Make sure the `/opt/cello` path exists locally, and it is writable for the current user account. `make setup-master` should handle this already.
87
-
* Add the path to sharing list in the preference of [Docker for MacOS](https://docs.docker.com/docker-for-mac/install/), to make it mountable by container.
88
+
* Make sure the `/opt/cello` path exists locally, and it is writable for the current user account. Simply just run `make setup-master`.
89
+
* Add the path to `File Sharing` list in the preference of [Docker for MacOS](https://docs.docker.com/docker-for-mac/install/), to make it mountable by container.
88
90
89
91
## Cello Baseimage
90
92

@@ -94,7 +96,7 @@ required for supporting a Hyperledger Cello environment. The build process is ge
94
96
inefficient to JIT assemble these components on demand. Hence bundled into baseimage and subsequently cached on
95
97
the public repositories, so they can be simply consumed without requiring a local build cycle.
96
98
97
-
### Usuage
99
+
### Usage
98
100
* "make docker" will build the docker images and commit it to your local environment; e.g. "hyperledger/cello-baseimage".
99
101
The docker image is also tagged with architecture and release details.
0 commit comments