Compare commits

..

1 Commits

Author SHA1 Message Date
c2fc71bbbf How-To 2020-07-02 15:45:54 +00:00

View File

@ -59,30 +59,14 @@ docker-compose up
Folgende Ausgabe sollte erscheinen: Folgende Ausgabe sollte erscheinen:
``` bash ``` bash
Recreating dockercompose_hello_world_1 ... Creating network "hallo-welt_default" with the default driver
Recreating dockercompose_hello_world_1 ... done Pulling hello_world (alpine:latest)...
Attaching to dockercompose_hello_world_1 latest: Pulling from library/alpine
hello_world_1 | df20fa9351a1: Pull complete
hello_world_1 | Hello from Docker! Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321
hello_world_1 | This message shows that your installation appears to be working correctly. Status: Downloaded newer image for alpine:latest
hello_world_1 | Creating hallo-welt_hello_world_1 ... done
hello_world_1 | To generate this message, Docker took the following steps: Attaching to hallo-welt_hello_world_1
hello_world_1 | 1. The Docker client contacted the Docker daemon. hello_world_1 | Hello world
hello_world_1 | 2. The Docker daemon pulled the "hello-world" image from the Docker Hub. hallo-welt_hello_world_1 exited with code 0
hello_world_1 | (amd64)
hello_world_1 | 3. The Docker daemon created a new container from that image which runs the
hello_world_1 | executable that produces the output you are currently reading.
hello_world_1 | 4. The Docker daemon streamed that output to the Docker client, which sent it
hello_world_1 | to your terminal.
hello_world_1 |
hello_world_1 | To try something more ambitious, you can run an Ubuntu container with:
hello_world_1 | $ docker run -it ubuntu bash
hello_world_1 |
hello_world_1 | Share images, automate workflows, and more with a free Docker ID:
hello_world_1 | https://hub.docker.com/
hello_world_1 |
hello_world_1 | For more examples and ideas, visit:
hello_world_1 | https://docs.docker.com/get-started/
hello_world_1 |
dockercompose_hello_world_1 exited with code 0
``` ```