Sign inSign up

thaiphamquoc/docker-octave

By thaiphamquoc

Updated over 7 years ago

Image
0

163

thaiphamquoc/docker-octave repository overview

Sample docker-compose

version: "2"

services:
  octave:
    image: thaiphamquoc/docker-octave:0.1.0

Usages

EXPORT PROJECT=test

# bring up the local dev
docker-compose -p $PROJECT up -d

# login the octave container
docker-compose -p $PROJECT exec octave bash

# run octave inside the container
octave

Tag summary

Content type

Image

Digest

Size

291.3 MB

Last updated

over 7 years ago

docker pull thaiphamquoc/docker-octave