We don't use the "latests" tag in this repo. Specify a tag.
It will output gatsby --version by default:
docker run --rm mtheoryx/gatsby:1.0.1
Run a command, like help:
docker run --rm mtheoryx/gatsby:1.0.1 gatsby --help
Create a new project in your current working directory:
docker run --rm -v $(PWD):/app/ -w /app/ mtheoryx/gatsby:1.0.1 gatsby new PROJECT_NAME
Run it to build some files in your current working directory:
docker run --rm -v $(PWD):/app/ -w /app/ mtheoryx/gatsby:1.0.1 gatsby build
Content type
Image
Digest
Size
336.1 MB
Last updated
over 7 years ago
docker pull mtheoryx/gatsby:1.0.1