Windows
Use Docker Desktop with the WSL2 backend.
- Install Docker Desktop and enable WSL2.
- Open PowerShell in the downloaded file folder.
- Check SHA-256 if you want to verify the file.
- Load the image, then start the demo with local ports.
Copy-paste commands
Get-FileHash .\yggdra-demo-v1.2.tar.gz -Algorithm SHA256
docker load -i .\yggdra-demo-v1.2.tar.gz
docker run --name yggdra-demo --privileged -p 8080:80 -p 8443:443 --restart unless-stopped -d yggdra-demo:v1.2
docker ps --filter name=yggdra-demo
Example STDOUT
Algorithm Hash Path
--------- ---- ----
SHA256 13CF673740989CC51000C02C56DE16F951BDCF49F300DC62849A9D9D5B8610F2 yggdra-demo-v1.2.tar.gz
Loaded image: yggdra-demo:v1.2
5d8f4d4a6f2f9a0b7c1e4f5a8c9d2e3f4a5b6c7d8e9f0123456789abcdef0123
CONTAINER ID IMAGE STATUS PORTS NAMES
5d8f4d4a6f2f yggdra-demo:v1.2 Up 12 seconds 0.0.0.0:8080->80/tcp, 0.0.0.0:8443->443/tcp yggdra-demo
Then open: https://localhost:8443 or http://localhost:8080