Skip to content

Latest commit

 

History

History
 
 

docker

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Build the docker image

Under the project folder of fmm, run this command

docker build -f docker/Dockerfile . -t fmm:0.1.0

Open bash in the docker image

docker run -i -t fmm:0.1.0 /bin/bash