Developing Perl code in Docker
$ docker run -v /Users/gabor/work/mydocker:/opt/ mydocker perl /opt/hw.pl
- Mount a directory of the host OS to a directory in the Docker image.
- Run the code
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
$ docker run -v /Users/gabor/work/mydocker:/opt/ mydocker perl /opt/hw.pl