Changes between Version 22 and Version 23 of docker


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

--

Legend:

Unmodified
Added
Removed
Modified
  • docker

    v22 v23  
    156156
    157157WORKDIR /home/issm/
     158}}}
    158159
     160Build the Docker image by running
     161{{{
     162#!sh
     163docker build -f DOCKERFILE -t ubuntu/issm .
    159164}}}
     165from the docker_issm directory. To run an interactive session use:
     166{{{
     167#!sh
     168docker run -t -i --mac-address 02:42:ac:11:00:02 ubuntu/issm
     169}}}
     170
     171
     172