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
EclairJS Node provides a Docker container that contains all of its dependencies on [Dockerhub](https://hub.docker.com/r/eclairjs/minimal-gateway/).
49
49
50
-
The Docker image supports the latest released version of EclairJS Node and may not work with `master`. You can simply check out the appropriate branch (` git checkout branch-0.5` for example).
50
+
The Docker image supports the latest released version of EclairJS Node and may not work with `master`. You can simply check out the appropriate branch (` git checkout branch-0.7` for example).
51
51
52
52
```bash
53
-
docker pull eclairjs/minimal-gateway
54
-
docker run -p 8888:8888 eclairjs/minimal-gateway
53
+
docker pull eclairjs/minimal-gateway:0.7
54
+
docker run -p 8888:8888 eclairjs/minimal-gateway:0.7
55
55
```
56
56
57
57
After retrieving Docker's IP address (`docker-machine ip`), you will need to set two environment variables:
@@ -108,5 +108,5 @@ Our goal is to keep the EclairJS master branch up to date with the latest versio
0 commit comments