Skip to content

hello-worldhello-world

Containers

hello-world

hello-world.yml

Primary docker compose file for hello-world

version: "3.9"

services:
  # https://hub.docker.com/_/hello-world
  hello-world:
    extends:
      file: ../../common-services.yml
      service: image_base
    image: hello-world
    container_name: hello-world
    hostname: hello-world
View Source: /environments/example/basics/hello-world.yml