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

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: Addressed review commetns 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.
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/dart-hello
OLDNEW
« build.sh ('K') | « hello/Dockerfile ('k') | hello/bin/server.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698