Skip to content

Commit f5213b7

Browse files
Minimal CCF container (#7164)
Co-authored-by: Amaury Chamayou <[email protected]>
1 parent b20e014 commit f5213b7

File tree

14 files changed

+1868
-0
lines changed

14 files changed

+1868
-0
lines changed

samples/minimal_ccf/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Minimal CCF Runtime Image
2+
3+
This repository provides scripts and Dockerfiles to build a minimal CCF runtime image and a sample application image based on it.
4+
5+
## Structure
6+
7+
- **ccf_runtime/**: Contains a Dockerfile to build a minimal CCF runtime image with only the required dependencies.
8+
- **myapp/**: Contains a Dockerfile to build a sample application image using the `ccf_runtime` image as its base.
9+
- **use_minimal_ccf.sh**: Script to build sample application image in a container.
10+
- **run_app.sh**: Script to run the sample application in a container.
11+
12+
## Usage
13+
14+
Run `use_minimal_ccf.sh` to build the images and start the sample application.

0 commit comments

Comments
 (0)