Build and run Mosint with Docker
masterYou can containerize Mosint by building a Docker image and then running it. Use the following commands to build the image and run a help check within the container.
docker build -t mosint .
docker run mosint --help