fundock

command module
v1.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 31, 2022 License: AGPL-3.0-or-later Imports: 5 Imported by: 0

README

fundock

fundock is a simple FaaS which run functions using Docker containers.

Installation

The quickest way to get started with fundock is by using docker-compose. Copy the docker-compose.yml file to a folder, and run docker-compose up to run fundock. You can then point your browser to http://localhost:8080 to use it.

Overview

fundock is a simple FaaS implementation that runs functions using Docker containers. Any docker container can potentially be used. fundock passes in the provided input to the stdin of the container, and reads any logs/output back and stores it as the output of the function.

https://user-images.githubusercontent.com/104314/209816472-be790e41-11ce-4629-bc53-d59833d0ff9e.mp4

Functions

Some useful functions can be found at https://github.com/sparkymat/fundock-functions

API

fundock provides an API which is documented here.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
internal
services

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL