This is a bare bone repository containing a simple web server. The repository is used by the hello nais tutorial in the nais documentation.
- Docker CLI - via one of these alternatives:
- Colima - Colima command-line tool (recommended)
- Rancher - Rancher desktop
- Podman - Podman desktop
- Docker desktop - Docker desktop (requires license)
-
Build Docker image:
docker build . -t hello-nais
-
Run Docker image:
docker run -p 8080:8080 hello-nais