container_public

Description

Creates a NGINX "hello world" container with a public address.

Concepts

The following concepts are present in this example:

  • Containers

  • Linux

  • Nginx

  • Public IP

Venues

This example is regularly tested against:

azure

Release Notes

1.0

  • Initial release.

Blueprint

---
location:
  region:
    my-region:
      country: USA
      area: northwest
  folder:
    tuono-container-public:
      region: my-region

networking:
  protocol:
    http:
      ports:
        - port: 80
          proto: tcp

compute:
  container:
    helloworld:
      cores: 0.25
      environment:
        wicked: cool
      image:
        path: nginxdemos/hello
        os: linux
      memory: 0.5 gb
      provides: http
      scope: public

Last updated

Was this helpful?