Warning This package is in low maintenance mode.
This is a Docker image for Salesforce CLI (sfdx) with [Docker] (https://www.docker.com/).
The image is based on node:8.9.4-alpine.
You can run sfdx commands directly:
docker run --rm -it codelicia/sfdx-cli sfdx --version
Since we probably ran the sfdx command a lot, we can create an alias for it, which makes a lot easier to work with it.
alias sales='docker run --rm -it -v $PWD:/app codelicia/sfdx-cli sfdx'
sales force:org:list
MIT © Codelicia