Skip to content
This repository was archived by the owner on Aug 14, 2020. It is now read-only.

Repository files navigation

acserver - App Container Server

acserver is a minimal implementation for a web server that supports having ACIs pushed to it, and serving those ACIs to clients via meta discovery.

Configuration file

Configuration file is optional, acserver will use all default attributes if not provided

api:
serverName: # if not provided, use dns of http requestsport: 3000https: falseusername: # disable basic auth security if not providedpassword:
storage:
rootPath: # where to store acisunsigned: true # support unsigned acisallowOverride: true # allow overriding aci that already exists in store

public key

public key file must be placed in storage root directory with name pubkeys.gpg

About

a minimal implementation of a server to host App Container Images (archived, see https://github.com/rkt/rkt/issues/4024)

Resources

Stars

30 stars

Watchers

5 watching

Forks

Releases

Packages

Contributors

Languages