playit-cloud / playit-agent

The playit program
BSD 2-Clause "Simplified" License
259 stars 21 forks source link

Adding Docker Links to Docs. #91

Closed JershBytes closed 3 months ago

JershBytes commented 3 months ago

Would be nice to add a section under the docker part reading something like this.

Docker

docker run --rm --net=host -e SECRET_KEY=<secret key> ghcr.io/playit-cloud/playit-agent:latest

[!NOTE] Secret key can be generated here.

loriopatrick commented 3 months ago

Good suggestion, thank you. I like the "Note" markdown :100: