Many Pulsed Media plans let you run your own containerised applications with Docker. Our wiki has the full setup:
- Docker on PMSS how Docker works on your seedbox and how to get started.
- Docker general Docker reference.
- Rootless DOCKER running containers safely under your own account.
Common questions
- Can I reach my app on a custom address? apps you run are reached through your seedboxs existing web access. The Docker guides show how to expose a containers web interface. If you want a specific path or sub-address for an app, open a ticket describing what youre running and well advise whats possible on your plan.
- My container wont start or isnt reachable check the containers own logs first (the Docker guide shows how). If it starts but you cant reach it from a browser, its usually the port/address mapping the guides cover this.
If youre unsure whether a particular app is supported on your plan, just ask open a ticket and tell us what youd like to run.
