🚨 AtomicJar is now part of Docker 🐋! Read the blog

Documentation

Java

Description

Nginx is a web server that can also be used as a reverse proxy, load balancer, mail proxy and HTTP cache.

Examples

var nginx = new NginxContainer<>(DockerImageName.parse("nginx:1.23.4-alpine"));
nginx.start();