Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(300)

Unified Diff: hello/README.md

Issue 367903008: Create a set of Dart dockerfiles (Closed) Base URL: https://github.com/dart-lang/dart_docker.git@master
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698