Skip to content

ratchetdesigns/cmda-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

cmda-docker

Docker image for lambci's cmda.

Running

There are two volumes you should set:

  • /home/node/.aws should be mounted with your aws creds
  • /data should be mounted with your data directory (likely ".")

By default, we run with uid of 1000. Change the user if you are not uid 1000.

docker run --rm -v "${HOME}/.aws:/home/node/.aws:ro" -v "$(pwd):/data" ratchetdesigns/cmda:1.2.0 --function <your-function> info

Building

Choose the version of cmda you want from npm and set the version in build.sh.

./build.sh

About

Docker image for lambci's cmda

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published