Skip to content

Commit 03a8541

Browse files
Jiaxin FanJiaxin Fan
Jiaxin Fan
authored and
Jiaxin Fan
committed
Squash commits
1 parent f10ba10 commit 03a8541

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

docs/users/standalone/README.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@
1818
-->
1919

2020
# Tests for OpenWhisk NodeJS Runtime as Standalone Container
21-
[![License](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0)
22-
[![Continuous Integration](https://github.com/apache/openwhisk-runtime-nodejs/actions/workflows/ci.yaml/badge.svg)](https://github.com/apache/openwhisk-runtime-nodejs/actions/workflows/ci.yaml)
23-
2421
This README walks you through how to build, customise and test Apache OpenWhisk Node.js runtime images.
2522
## Pre-requisites
2623
- [Gradle](https://gradle.org/)
@@ -58,7 +55,7 @@ In our example, the `Action` container exposes `port 8080` (see the Dockerfile f
5855
```
5956
docker run --publish 3008:8080 --name=bloom_whisker -i -t action-nodejs-v18:latest
6057
```
61-
A simpler way is to map `port 80 ` on `localhost ` to the container's `port 8080`. The port number assigned to the HTTP protocol is `80`. Since we will be sending actions against the runtime using HTTP, using this number will allow us to omit the port in the request later. Oftentimes, `port 80 ` could already be occupied by another process. Without loss of generality, the following examples will use the arbitrarily chosen `port 3008`.
58+
A simpler way is to map `port 80` on `localhost` to the container's `port 8080`. The port number assigned to the HTTP protocol is `80`. Since we will be sending actions against the runtime using HTTP, using this number will allow us to omit the port in the request later. Oftentimes, `port 80` could already be occupied by another process. Without loss of generality, the following examples will use the arbitrarily chosen `port 3008`.
6259

6360
Lists all running containers
6461
```

0 commit comments

Comments
 (0)