Skip to content

baccigalupi/cobol-containerization-experiment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COBOL containerization experiment!

Run the COBOL

  1. Build the image: docker build -t cobol-container .
  2. Run the script that interests you
  • docker run -it cobol-container dist/invest
  • docker run -it cobol-container dist/report

NOTE: Check out the Dockerfile to see what scripts are available.

Cleanup!

You might make a lot of images while building containers, especially if you don't use the -t flag to write them to the same name. They will take up space on your hardrive quickly.

  1. Check out what images you have on board: docker images
  2. Delete them: script/clean.sh

About

Docker and cobol experiment to learn cobol and suss out os differences

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published