This is the mainframe container for DC619 class on buffer overflow. To install and run in docker use:
docker run -d \
--name=mvsce_dc619 \
-e HUSER=docker \
-e HPASS=docker \
-p 2121:21 \
-p 2323:23 \
-p 3270:3270 \
-p 3505:3505 \
-p 3506:3506 \
-p 8888:8888 \
-v /opt/docker/mvsce:/config \
-v /opt/docker/mvsce/printers:/printers \
-v /opt/docker/mvsce/punchcards:/punchcards \
-v /opt/docker/mvsce/logs:/logs \
-v /opt/docker/mvsce/dasd:/dasd \
-v /opt/docker/mvsce/certs:/certs \
--restart unless-stopped \
mainframed767/mvsce_dc619
replacing /opt/docker/mvsce with a volume of your choice, though it is optional.
This will install and IPL a mainframe environment. To connect with x3270 use x3270 -noverifycert L:<docker host IP>:2323 or with c3270 c3270 -noverifycert L:<docker host IP>:2323
The admin username and password is IBMUSER/SYS1. The user accounts are DC00 through DC29
Content type
Image
Digest
Size
676 MB
Last updated
almost 5 years ago
docker pull mainframed767/mvsce_dc619