docker run --name monopolesql -e MYSQL_ROOT_PASSWORD=root -e MYSQL_DATABASE=monopolesql -e MYSQL_USER=root -p 3306:3306 -d mysql:5.7.23
docker run -it -p 4000:4000 --mount type=bind,source="$(pwd)"/,target=/42 --link monopolesql:mysql mars -> Bind it to the current directory
Use npm run dev
Content type
Image
Digest
Size
31.7 MB
Last updated
almost 8 years ago
docker pull adhondt42/mars