Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 299 Bytes

Readme.MD

File metadata and controls

15 lines (14 loc) · 299 Bytes

Dockerfile for c3270

Build Docker Machine

docker build -t brfso/c3270 .

Docker Run

docker run -it brfso/c3270 <server_address> <server_port>

Tips - Running seamless

alias c3270="docker run -it brfso/c3270 $1 $2"
c3270 <server_address> <server_port>