Sign inSign up

mtheoryx/gatsby

By mtheoryx

•Updated over 7 years ago

gatsby-cli tool in a container

Image
0

106

mtheoryx/gatsby repository overview

⁠Gatsby Docker

We don't use the "latests" tag in this repo. Specify a tag.

⁠Usage

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

Tag summary

Content type

Image

Digest

Size

336.1 MB

Last updated

over 7 years ago

docker pull mtheoryx/gatsby:1.0.1