Sign inSign up

mainframed767/kicks

By mainframed767

Updated over 2 years ago

MVS/CE Docker container with KICKS built in.

Image
1

1.5K

mainframed767/kicks repository overview

MVS/CE with KICKS

This container is an MVS/CE docker container with KICKS included. It is based on the latest MVS/CE release. All the docker options, volumes, etc from MVS/CE are applicable here. You can see a more detailed description here: https://hub.docker.com/r/mainframed767/mvsce.

At a minimum you can launch this container with the following:

docker run -d \
  --name=kicks \
  -e HUSER=kicks \
  -e HPASS=kicks \
  -p 2121:21 \
  -p 2323:23 \
  -p 3270:3270 \
  -p 3505:3505 \
  -p 3506:3506 \
  -p 8888:8888 \
  -v /opt/docker/kicks:/config \
  -v /opt/docker/kicks/printers:/printers \
  -v /opt/docker/kicks/punchcards:/punchcards \
  -v /opt/docker/kicks/logs:/logs \
  -v /opt/docker/kicks/dasd:/dasd \
  -v /opt/docker/kicks/certs:/certs \
  --restart unless-stopped \
  mainframed767/kicks

To see how this container is built you can see the source here: https://github.com/MVS-sysgen/docker-kicks

Tag summary

Content type

Image

Digest

sha256:9a575deed

Size

433.7 MB

Last updated

almost 3 years ago

docker pull mainframed767/kicks