Skip to content

kratoon/docker-sfdx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-sfdx

Docker Hub

Run sfdx commands in docker. Each tag mirrors sfdx-cli verson.

What's in this image

  • ubuntu:19.04
  • sfdx-cli
  • jq
  • git

List orgs authenticated on your local machine

$ docker run --rm -v /<localpath>/.sfdx:/root/.sfdx kratoon3/sfdx sfdx force:org:list

Build image

Always use current sfdx-cli version to build docker image with same tag.
$ make tag=7.50.0

Verify version

$ docker run --rm kratoon3/sfdx sfdx version