From a699c16404eb6686e8454b3c22b6cfddd5c7e314 Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Tue, 28 Jun 2016 16:36:19 -0700 Subject: [PATCH] Add vanity DockerCon variations of hello-world --- hello-seattle/README-short.txt | 1 + hello-seattle/content.md | 30 ++++++++++++++++++++++++++++++ hello-seattle/github-repo | 1 + hola-mundo/README-short.txt | 1 + hola-mundo/content.md | 30 ++++++++++++++++++++++++++++++ hola-mundo/github-repo | 1 + 6 files changed, 64 insertions(+) create mode 100644 hello-seattle/README-short.txt create mode 100644 hello-seattle/content.md create mode 120000 hello-seattle/github-repo create mode 100644 hola-mundo/README-short.txt create mode 100644 hola-mundo/content.md create mode 120000 hola-mundo/github-repo diff --git a/hello-seattle/README-short.txt b/hello-seattle/README-short.txt new file mode 100644 index 000000000000..a2a137d5eb48 --- /dev/null +++ b/hello-seattle/README-short.txt @@ -0,0 +1 @@ +Hello from DockerCon 2016 (Seattle)! diff --git a/hello-seattle/content.md b/hello-seattle/content.md new file mode 100644 index 000000000000..6e91ec8205c9 --- /dev/null +++ b/hello-seattle/content.md @@ -0,0 +1,30 @@ +# Hello, DockerCon 2016 (Seattle)! + +This image is a vanity variant of [the `hello-world` image](https://hub.docker.com/_/hello-world/) created specifically for [DockerCon 2016](http://2016.dockercon.com/). Its use is discouraged. + +```console +$ docker run hello-seattle + +Hello from DockerCon 2016 (Seattle)! +This message shows that your installation appears to be working correctly. + +To generate this message, Docker took the following steps: + 1. The Docker client contacted the Docker daemon. + 2. The Docker daemon pulled the "hello-seattle" image from the Docker Hub. + 3. The Docker daemon created a new container from that image which runs the + executable that produces the output you are currently reading. + 4. The Docker daemon streamed that output to the Docker client, which sent it + to your terminal. + +To try something more ambitious, you can run an Ubuntu container with: + $ docker run -it ubuntu bash + +Share images, automate workflows, and more with a free Docker Hub account: + https://hub.docker.com + +For more examples and ideas, visit: + https://docs.docker.com/engine/userguide/ + +``` + +See [the `hello-world` image description](https://hub.docker.com/_/hello-world/) for more information about this image (and its construction). diff --git a/hello-seattle/github-repo b/hello-seattle/github-repo new file mode 120000 index 000000000000..43cf403d4157 --- /dev/null +++ b/hello-seattle/github-repo @@ -0,0 +1 @@ +../hello-world/github-repo \ No newline at end of file diff --git a/hola-mundo/README-short.txt b/hola-mundo/README-short.txt new file mode 100644 index 000000000000..e9740fd65c6a --- /dev/null +++ b/hola-mundo/README-short.txt @@ -0,0 +1 @@ +¡Hola de DockerCon EU 2015 (Barcelona)! diff --git a/hola-mundo/content.md b/hola-mundo/content.md new file mode 100644 index 000000000000..b1631dd6c790 --- /dev/null +++ b/hola-mundo/content.md @@ -0,0 +1,30 @@ +# ¡Hola, DockerCon EU 2015 (Barcelona)! + +This image is a vanity variant of [the `hello-world` image](https://hub.docker.com/_/hello-world/) created specifically for [DockerCon EU 2015](http://europe-2015.dockercon.com/). Its use is discouraged. + +```console +$ docker run hola-mundo + +¡Hola de DockerCon EU 2015 (Barcelona)! +This message shows that your installation appears to be working correctly. + +To generate this message, Docker took the following steps: + 1. The Docker client contacted the Docker daemon. + 2. The Docker daemon pulled the "hola-mundo" image from the Docker Hub. + 3. The Docker daemon created a new container from that image which runs the + executable that produces the output you are currently reading. + 4. The Docker daemon streamed that output to the Docker client, which sent it + to your terminal. + +To try something more ambitious, you can run an Ubuntu container with: + $ docker run -it ubuntu bash + +Share images, automate workflows, and more with a free Docker Hub account: + https://hub.docker.com + +For more examples and ideas, visit: + https://docs.docker.com/engine/userguide/ + +``` + +See [the `hello-world` image description](https://hub.docker.com/_/hello-world/) for more information about this image (and its construction). diff --git a/hola-mundo/github-repo b/hola-mundo/github-repo new file mode 120000 index 000000000000..43cf403d4157 --- /dev/null +++ b/hola-mundo/github-repo @@ -0,0 +1 @@ +../hello-world/github-repo \ No newline at end of file