Chromium Code Reviews| Index: hello/README.md |
| diff --git a/hello/README.md b/hello/README.md |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..e446c08729199d625c6df0faa1430efc7f312150 |
| --- /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. |
|
proppy
2014/07/02 20:55:55
+serving an hello world page
Søren Gjesse
2014/07/03 10:36:40
Done.
|
| + |
| +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/nodejs-hello |
|
kustermann
2014/07/03 09:40:05
nodejs -> dart
Søren Gjesse
2014/07/03 10:36:40
Done.
|