Docker image for fast-cli
3.8K
Docker image for the fast-cli tool. https://github.com/sindresorhus/fast-cli
Run without any options. This will run the command specified in CMD in the Dockerfile.
docker run -it --rm --name fast-cli mschirrmeister/fast-cli:latest
If you want to run with some specific options, provide the full command.
docker run -it --rm --name fast-cli mschirrmeister/fast-cli:latest fast --upload
In case you want to build your own image based on another base image, you might have to install some more dependencies for Chrome. If there is an error for missing libraries, you can run the following command to see what is all missing.
# ldd node_modules/puppeteer/.local-chromium/linux-686378/chrome-linux/chrome | grep not
Content type
Image
Digest
sha256:8f8352050…
Size
307 MB
Last updated
almost 4 years ago
docker pull mschirrmeister/fast-cli