Changes between Version 21 and Version 22 of docker


Ignore:
Timestamp:
11/17/20 15:50:15 (4 years ago)
Author:
downs
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • docker

    v21 v22  
    9898To install ISSM from source, create a new directory called docker_issm. We'll build off the Matlab image built previously. Copy the ISSM trunk into docker_issm. Create a new Docker file in the directory called DOCKERFILE.
    9999
    100 {{
     100{{{
    101101#!sh
    102102# Build on the matlab image
     
    156156
    157157WORKDIR /home/issm/
     158
    158159}}}