Skip to content

rethore/docker_openmdao

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dockerfile to build the container piredtu/openmdao:0.10.3.2

To build:

docker build -t iopenmdao .

To run:

docker run -d -p 80:8888 -v $HOME:/home iopenmdao

Then point your browser to the docker IP address (e.g. localhost, or found with boot2docker ip)