Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mtmiller/docker-octave-dev-centos
Docker container for Octave development based on CentOS
https://github.com/mtmiller/docker-octave-dev-centos
Last synced: 9 days ago
JSON representation
Docker container for Octave development based on CentOS
- Host: GitHub
- URL: https://github.com/mtmiller/docker-octave-dev-centos
- Owner: mtmiller
- License: mit
- Created: 2014-09-12T03:34:38.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-12T03:35:29.000Z (over 10 years ago)
- Last Synced: 2023-03-11T05:49:06.952Z (almost 2 years ago)
- Language: Shell
- Size: 117 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Docker for Octave Development - CentOS
======================================Docker container for Octave development based on CentOS with EPEL.
Use this container to get a ready-to-use command-line environment
suitable for building Octave on CentOS.Build the container yourself, for example
```
docker build -t my-octave-dev .
```or
```
git checkout centos6
docker build -t my-octave-dev:centos6 .
```Or build a few versions at once
```
git checkout centos6
git checkout centos7
./autobuild.sh
```This container is also available on the Docker Hub:
```
docker pull mtmiller/octave-dev-centos
docker run -it -v /path/to/src/octave:/octave mtmiller/octave-dev-centos
```