Changes between Version 19 and Version 20 of docker
- Timestamp:
- 11/17/20 15:41:24 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
docker
v19 v20 1 1 == Install ISSM on Docker == 2 2 3 This guide covers installing ISSM on Docker with Matlab, though it can easily be adapted to install just ISSM. 3 4 4 5 = Installing Matlab on Docker = … … 9 10 {{{ 10 11 #!sh 11 mkdir issm_ docker12 mkdir issm_matlab 12 13 }}} 13 14 … … 21 22 [[Image(shot2.png,800px)]] 22 23 23 Click continue and you will receive a file installation key and license file. Place the license file in issm_ docker/license.24 Click continue and you will receive a file installation key and license file. Place the license file in issm_matlab. 24 25 25 26 {{{ 26 27 #!sh 27 cp license.lic issm_ docker28 cp license.lic issm_matlab 28 29 }}} 29 30 … … 46 47 Next, we need all Matlab install files. Download the Matlab installer from the license center and run it. Login with your Mathworks account, accept the license agreement, then under advanced options, select "I want to download without installing." Download the files to docker_issm/matlab 47 48 48 The issm_ docker directory should now have a license file license.lic, the installer_input.txt file, and a directory called matlab with the install files. Create a dockerfile called DOCKERFILE in issm_dockerwith the following contents49 The issm_matlab directory should now have a license file license.lic, the installer_input.txt file, and a directory called matlab with the install files. Create a dockerfile called DOCKERFILE in issm_matlab with the following contents 49 50 50 51 {{{ 52 #!sh 51 53 # Use the official image as a parent image. 52 54 FROM ubuntu:20.04 … … 73 75 }}} 74 76 77 From the docker_matlab direcotry build the Docker image. 78 79 {{{ 80 docker build -f DOCKERFILE -t ubuntu/matlab . 81 }}} 82 75 83 76 84 Upon completion, you can verify the installation by starting an interactive session and running Matlab. … … 78 86 79 87 {{{ 88 #!sh 80 89 docker run -t -i --mac-address 02:42:ac:11:00:02 ubuntu/issm 81 90 root@fe63a6d5e729:/home/issm/matlab# matlab … … 93 102 >> 94 103 }}} 104 105 = Installing Matlab on Docker =
![(please configure the [header_logo] section in trac.ini)](/trac/issm/chrome/common/trac_banner.png)