Skip to content
This repository has been archived by the owner on Feb 1, 2022. It is now read-only.

Latest commit

 

History

History
14 lines (11 loc) · 323 Bytes

Readme.md

File metadata and controls

14 lines (11 loc) · 323 Bytes

Mint in Docker

This is a starting repository if you want to run Mint in a docker container.

To start the development server just clone the repository and run:

docker-compose up

To run the CLI via docker

# Replace ... with your CLI commands for mint
docker exec -it mint-docker_mint_1 /bin/mint ...