Skip to content

Instantly share code, notes, and snippets.

@lionell
Created April 27, 2017 04:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lionell/a8576777043187adbd31ad9c42c4fa3e to your computer and use it in GitHub Desktop.
Save lionell/a8576777043187adbd31ad9c42c4fa3e to your computer and use it in GitHub Desktop.
Run interactive Octave shell inside Docker container
#!/usr/bin/env sh
docker run -it --name ng-octave -v (pwd):/home/octave openmicroscopy/octave:latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment