Chromium Code Reviews| Index: hello/README.md |
| diff --git a/hello/README.md b/hello/README.md |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..bcedb0391690b75b1ac8a8dd49bc0166befc635a |
| --- /dev/null |
| +++ b/hello/README.md |
| @@ -0,0 +1,14 @@ |
| +# google/dart-hello |
| + |
| +[`google/dart-hello`](https://index.docker.io/u/google/dart-hello) is a |
| +[docker](https://docker.io) image for a simple Dart HTTP server. |
| + |
| +It is based on |
| +[`google/dart-runtime`](https://index.docker.io/u/google/dart-runtime) |
| +base image and listen on port `8080`. |
| + |
| +## Usage |
| + |
| +Run the following command to start the server application: |
| + |
| + docker run -d -p 8080:8080 google/dart-hello |