Skip to content

Commit 18364dd

Browse files
committed
Updated instructions for running Docker image.
1 parent e945515 commit 18364dd

File tree

3 files changed

+12
-16
lines changed

3 files changed

+12
-16
lines changed

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -92,18 +92,16 @@ You can try CodeFlare by running the docker image from [Docker Hub](https://hub.
9292

9393
The command below starts the most recent development build in a clean environment:
9494

95-
```
96-
docker run -it -p 8888:8888 projectcodeflare/codeflare:latest jupyter-lab --debug
95+
```bash
96+
docker run --rm -it -p 8888:8888 projectcodeflare/codeflare:latest
9797
```
9898

9999
It should produce an output similar to the one below, where you can then find the URL to run CodeFlare from a Jupyter notebook in your local browser.
100100

101101
```
102-
To access the notebook, open this file in a browser:
103-
...
104-
Or copy and paste one of these URLs:
105-
http://<token>:8888/?token=<token>
106-
or http://127.0.0.1:8888/?token=<token>
102+
[I <time_stamp> ServerApp] Jupyter Server <version> is running at:
103+
...
104+
[I <time_stamp> ServerApp] http://127.0.0.1:8888/lab
107105
```
108106

109107
#### Using Binder service

docs/source/getting_started/installation.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -53,18 +53,16 @@ You can try CodeFlare by running the docker image from [Docker Hub](https://hub.
5353

5454
The command below starts the most recent development build in a clean environment:
5555

56-
```
57-
docker run -it -p 8888:8888 projectcodeflare/codeflare:latest jupyter-lab --debug
56+
```bash
57+
docker run --rm -it -p 8888:8888 projectcodeflare/codeflare:latest
5858
```
5959

6060
It should produce an output similar to the one below, where you can then find the URL to run CodeFlare from a Jupyter notebook in your local browser.
6161

6262
```
63-
To access the notebook, open this file in a browser:
64-
...
65-
Or copy and paste one of these URLs:
66-
http://<token>:8888/?token=<token>
67-
or http://127.0.0.1:8888/?token=<token>
63+
[I <time_stamp> ServerApp] Jupyter Server <version> is running at:
64+
...
65+
[I <time_stamp> ServerApp] http://127.0.0.1:8888/lab
6866
```
6967

7068
#### Using Binder service

docs/source/getting_started/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ limitations under the License.
2121
CodeFlare's main features are:
2222

2323
* **Pipeline execution and scaling**:
24-
CodeFlare Pipelines facilities the definition and parallel execution of pipelines. It unifies pipeline workflows across multiple frameworks while providing nearly optimal scale-out parallelism on pipelined computations.
24+
CodeFlare Pipelines faciltates the definition and parallel execution of pipelines. It unifies pipeline workflows across multiple frameworks while providing nearly optimal scale-out parallelism on pipelined computations.
2525

2626
* **Deploy and integrate anywhere**:
27-
CodeFlare simplifies deployment and integration by enabling a serverless user experience with the integration with Red Hat Open Shift and IBM Cloud Code Engine and integrating adapters and connectors to make it simple to load data and connect to data services.
27+
CodeFlare simplifies deployment and integration by enabling a serverless user experience with the integration with Red Hat OpenShift and IBM Cloud Code Engine and providing adapters and connectors to make it simple to load data and connect to data services.
2828

2929
![CodeFlare Architecture](../images/codeflare_arch_diagram.svg)

0 commit comments

Comments
 (0)