mirror of https://github.com/lwvmobile/dsd-fme.git
Updated Docker container (working also on windows 7) (markdown)
parent
f298c523a4
commit
8038db38bd
|
|
@ -4,7 +4,7 @@ You need to install Docker toolbox for windows, you can download it from here: [
|
|||
|
||||
|
||||
# INSTALLATION
|
||||
Here the docker file do create the container.
|
||||
Here the Dockerfile do create the container.
|
||||
|
||||
###BEGIN OF Dockerfile###
|
||||
|
||||
|
|
@ -25,3 +25,7 @@ RUN cd dsd && mkdir build && cd build && cmake .. && make && make install
|
|||
RUN DEBIAN_FRONTEND=noninteractive apt install -y sox
|
||||
|
||||
###END OF Dockerfile###
|
||||
|
||||
* mkdir IN && mkdir OUT
|
||||
* docker build -t dsd-fme .
|
||||
* docker run --name dsd1 -v $(pwd)/:/IN -v $(pwd)/:/OUT
|
||||
Loading…
Reference in New Issue