{
$OUT = << 'EOF';
services:
  hello_world:
    container_name: my_hello
    image: ubuntu
    command: [/bin/echo, 'Hello world']
    network_mode: host
EOF
}
