Skip to content

vouch-opensource/datomic-cli-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Docker image for running datomic cli

Resources

License

Stars

Watchers

Forks

Packages

No packages published