Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 875 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 875 Bytes

Datomic CLI Tools on Docker

Run Datomic CLI Tools in a Docker container.

Usage

Pass any arguments to the datomic command to the docker run command.

docker run vouchio/datomic-cli-tools <args>

Example: start the datomic socks proxy

docker run -p 8182:8182 vouchio/datomic-cli-tools client access <system>

Specify AWS region and credentials:

docker run -e AWS_REGION=us-east-1 -e AWS_ACCESS_KEY_ID -e AWS_SECRET_ACCESS_KEY \
  vouchio/datomic-cli-tools client access <system>

Releases

Releases follow the versioning from Datomic CLI Tools Releases. In case a newer version is available open an issue or PR.

License

The scripts and documentation in this project are released under the MIT License