Run Datomic CLI Tools in a Docker container.
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 follow the versioning from Datomic CLI Tools Releases. In case a newer version is available open an issue or PR.
The scripts and documentation in this project are released under the MIT License
Content type
Image
Digest
Size
232.3 MB
Last updated
over 6 years ago
docker pull vouchio/datomic-cli-tools