Usage and Set-Up

    This will mount your current project root inside the container and set up theFaasm CLI environment. From inside this container you can perform allinteractions with a Faasm deployment.

    They are loosely collected into namespaces (of the format ) andthere is tab completion (but it's a bit slow).

    which creates the containers defined in docker-compose.yml:

    • worker - one or more instances of the Faasm runtime
    • - container exposing the Faasm
    • - Redis instance for holding shared state
    • redis-queue - Redis instance for handling queueing of messages between Faasm instances

    See the language-specific docs for C/C++ and .