PuTTY Docker
PuTTY is a free and open-source terminal emulator, serial console and network file transfer application. It supports several network protocols, including SCP, SSH, Telnet, rlogin, and raw socket connection. It can also connect to a serial port. This is a Docker container for PuTTY.
Directory Structure
- .env
- docker-compose.yml
docker-compose.yml
version: "3.3"
services:
putty:
image: jlesage/putty
container_name: putty
ports:
- 5800:5800
volumes:
- ./config:/config:rw
restart: alwaysResources
Website: https://www.putty.org/
Docker Hub: https://hub.docker.com/r/jlesage/putty
Configuration: https://github.com/jlesage/docker-putty