Skip to content

testainers/telnetd-container

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Testainers telnetd-container

Build With Love Version Licence Build

The small container image is designed specifically for testing TELNET connections.

Funding

Your contribution will help drive the development of quality tools for the Flutter and Dart developer community. Any amount will be appreciated. Thank you for your continued support!

BuyMeACoffee

PIX

Sua contribuição ajudará a impulsionar o desenvolvimento de ferramentas de para a co munidade de desenvolvedores Flutter e Dart. Qualquer quantia será apreciada. Obrigado pelo seu apoio contínuo!

PIX


Environment Variables

Variable Options Default
-- -- --

How to Use


Local Image Build

Build:

docker build . --no-cache -t telnetd-container

Run:

docker run -d --rm --name telnetd -p 2323:23 \
  -e TELNET_USER=telnetuser \
  -e TELNET_PWD=MySecret123! \
  telnetd-container

Test:

telnet 127.0.0.1 2323

Access:

docker exec -it telnetd sh