FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

ratchetdesigns/cmda-docker: Docker image for lambci's cmda · GitHub

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages


Back | FazBrowse Home | New Git URL