Skip to content

Commit 5dba0b4

Browse files
Update ctr-example to 0.13.0 and clean readme
Signed-off-by: Kathryn Baldauf <[email protected]>
1 parent b512617 commit 5dba0b4

File tree

3 files changed

+11
-20
lines changed

3 files changed

+11
-20
lines changed

examples/ctr-example/Package.resolved

Lines changed: 1 addition & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/ctr-example/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
import PackageDescription
1919

20-
let scVersion = "0.12.0"
20+
let scVersion = "0.13.0"
2121

2222
let package = Package(
2323
name: "ctr-example",

examples/ctr-example/README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
Very basic example of launching a Linux container using Containerization.
44

5-
---
65
## Build and Run
76

87
### 1. Fetch Kernel
@@ -17,16 +16,17 @@ You should now see the `vmlinux` image in examples/ctr-example
1716
From examples/ctr-example run
1817
`make all`
1918

20-
> [!NOTE]
19+
> [!WARNING]
2120
> If you get the following error, try building from the default MacOS terminal:
2221
> `error: compiled module was created by a newer version of the compiler`
2322
24-
After the build completes, the example will run. In your terminal you should see
25-
`Starting container example...`
26-
`Creating container from docker.io/library/alpine:3.16...`
27-
`Starting container...`
28-
`/ #`
23+
After the build completes, the example will run. In your terminal you should see something like:
2924

30-
**Congratulations, you've started the example container!**
25+
```
26+
Starting container example...
27+
Creating container from docker.io/library/alpine:3.16...
28+
Starting container...
29+
/ #
30+
```
3131

32-
---
32+
**Congratulations, you've started the example container!**

0 commit comments

Comments
 (0)