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

Side by Side 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, 5 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 unified diff | Download patch
OLDNEW
(Empty)
1 # google/dart-hello
2
3 [`google/dart-hello`](https://index.docker.io/u/google/dart-hello) is a
4 [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.
5
6 It is based on
7 [`google/dart-runtime`](https://index.docker.io/u/google/dart-runtime)
8 base image and listen on port `8080`.
9
10 ## Usage
11
12 Run the following command to start the server application:
13
14 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.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698