Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 579 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 579 Bytes

Parlo.Docker

A Docker container that demonstrates how to implement a Secure Remote Password-based login protocol with Parlo.

To build: cd into directory, then docker build -t parlo .

To run: cd into directory, then docker run -d -p 3077:3077 -p 8080:80 parlo

This will spawn a website on localhost:8080 in your browser where you can register a new user.