thebeebs / Funtainer

A container as a Function

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Funtainer

A container as a Function

docker build -t funtainer .

docker tag funtainer thebeebs/funtainer:latest

docker push thebeebs/funtainer

fn apps create chesterapp

fn routes create chesterapp /hello -i thebeebs/funtainer:latest

fn call oraclecode hello

fn routes list chesterapp

About

A container as a Function


Languages

Language:JavaScript 54.2%Language:Shell 45.8%