Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 558 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 558 Bytes

docker-gnucobol

Docker Repository

Docker Container with GNU Cobol pre-installed. So you can do things out of the box like:

docker run --rm -it -v <folder>:/app neomatrixcode/cobol
root@7320c5f0c2b1:/app# cobc -x HOLAMUNDO.cbl
root@7320c5f0c2b1:/app# ./HOLAMUNDO
HOLA MUNDO

License

MIT

See Also