Contents Menu Expand Light mode Dark mode Auto light/dark mode
Testcontainers on whales
Testcontainers on whales
  • Installation
  • Quickstart
  • License
  • API Reference
    • testcontainers_on_whales.core
      • testcontainers_on_whales.core.container
      • testcontainers_on_whales.core.exceptions
    • testcontainers_on_whales.__version__
    • testcontainers_on_whales.eventstoredb
    • testcontainers_on_whales.minio
    • testcontainers_on_whales.nginx
    • testcontainers_on_whales.postgres
    • testcontainers_on_whales.rabbitmq
    • testcontainers_on_whales.redis
Back to top
Edit this page

testcontainers_on_whales.nginx#

Module Contents#

Classes#

NginxContainer

An abstract base class for context managers.

class testcontainers_on_whales.nginx.NginxContainer(image='docker.io/nginxinc/nginx-unprivileged:alpine')[source]#

Bases: testcontainers_on_whales.Container

An abstract base class for context managers.

Parameters:

image (str) –

NGINX_PORT = 8080#
get_connection_url()[source]#
Return type:

str

readiness_probe()[source]#
Return type:

bool

Next
testcontainers_on_whales.postgres
Previous
testcontainers_on_whales.minio
Copyright © 2024, betaboon
Made with Sphinx and @pradyunsg's Furo
On this page
  • testcontainers_on_whales.nginx
    • Module Contents
      • Classes
        • NginxContainer
          • NginxContainer.NGINX_PORT
          • NginxContainer.get_connection_url()
          • NginxContainer.readiness_probe()