  hello_world:
    container_name: my_hello
    image: ubuntu
    command: [/bin/echo, 'Hello world']
    network_mode: host
