Skip to content
This repository has been archived by the owner on Feb 24, 2020. It is now read-only.

Latest commit

 

History

History
23 lines (16 loc) · 1.18 KB

app-container.md

File metadata and controls

23 lines (16 loc) · 1.18 KB

App Container basics

App Container is a specification of an image format, runtime, and discovery protocol for running applications in containers.

Rocket implements the two runtime components of the specification: the Application Container Executor (ACE) and the Metadata Service.

It also leverages schema and code from the upstream appc/spec repo to manipulate ACIs, work with manifests, and perform image discovery.

Validating Rocket

To validate that rkt successfully implements the ACE part of the spec, use the App Container validation ACIs:

$ sudo rkt run -volume database,kind=host,source=/tmp \
	https://github.com/appc/spec/releases/download/v0.1.1/ace-validator-main.aci \
	https://github.com/appc/spec/releases/download/v0.1.1/ace-validator-sidekick.aci