fission-bundle is a single binary that can be run as one or more of the router, controller and poolmgr. It's built into one docker image which can then be run with different commands.
3 lines
37 B
Docker
3 lines
37 B
Docker
FROM alpine:3.4
|
|
ADD fission-bundle /
|