Commit Graph

5 Commits

Author SHA1 Message Date
surfkansas 46fef0ce2e
Update hello.c
Changed URL in splash text to point to hub instead of cloud, in reference to issue #45
2018-03-29 16:18:01 -05:00
Tianon Gravi c83a065a24 Add "arch" to the produced output
```console
$ ./amd64/hello-world/hello

Hello from Docker!
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-world" image from the Docker Hub.
    (amd64)
 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 ID:
 https://cloud.docker.com/

For more examples and ideas, visit:
 https://docs.docker.com/engine/userguide/

```
2017-11-20 07:03:38 -08:00
Patrick Chanezon 1f13a5bc3b fixed message, Hub to cloud, Hub account to Docker ID 2017-01-11 16:44:50 -08:00
Tianon Gravi 85fd7ab65e Switch to the C version officially, and make some minor modifications to ensure cross-architecture compatibility is maximized 2016-06-29 16:31:30 -07:00
Natanael Copa f55431e897 Replace with portable version in C
Build a minimal version in C instead of assembly so it easily can be
ported to other archs.

This statically linked C version builds a binary that is 1472 bytes.

fixes #7
2016-06-29 15:48:47 -07:00