Self-host with Docker ยท Yantr
Debian
Debian Linux container with SSH server for remote shell access.
1
Ports
4
Notes
2
Use Cases
About
What Debian does
A self-hosted Debian 13 environment with OpenSSH server. Creates a sudo user from credentials on first run. Persists home directory in a Docker volume. Access via SSH clients on the published port. Ideal for dev sandboxes and remote Linux administration.
Install Flow
How to self-host Debian
Debian can be deployed with standard Docker Compose using the Yantr app catalog. This page collects the basic information searchers usually need first: what Debian does, which Docker image Yantr uses, default ports, deployment notes, and where to find the original compose template.
After deployment, Yantr lets you publish additional ports from the stack page using Docker-style syntax. Use 8080:8080 for a fixed host port or just 8080 to let Docker assign a random port.
Use Cases
What people run it for
- Connect via any SSH client for a full Debian shell experience.
- Install packages, run commands, and test configurations in a clean Debian environment.
Technical Details
Ports, image, and service metadata
Ports
| Port | Protocol | Label |
|---|---|---|
| 22 | SSH | SSH |
Service Name
linux-box
Notes
Things to know before you deploy
- Connect with: ssh <USERNAME>@<host> -p <mapped-port>
- The user is granted passwordless sudo for convenience in dev environments.
- Direct SSH access uses the host port mapped to container port 22.
- Built from debian:13-slim with minimal packages (openssh-server, sudo, git, curl).
Related Apps
More tools you might pair with Debian
Page generated 2026-06-23T15:50:08.758Z