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

Commit b48f729

Browse files
authored
Merge pull request #10 from oracle/fix-readme
clarify what oci stands for
2 parents a21443d + 325ab3e commit b48f729

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@
55

66
## What is `railcar`? ##
77

8-
`railcar` is a rust implementation of the oci-runtime spec. It is similar to
9-
the reference implementation `runc`, but it is implemented completely in rust
10-
for memory safety without needing the overhead of a garbage collector or
11-
multiple threads. For more information on the development of railcar, check out
8+
`railcar` is a rust implementation of the [opencontainers
9+
initiative](https://www.opencontainers.org/)'s [runtime
10+
spec](https://github.com/opencontainers/runtime-spec). It is similar to the
11+
reference implementation `runc`, but it is implemented completely in rust for
12+
memory safety without needing the overhead of a garbage collector or multiple
13+
threads. For more information on the development of railcar, check out
1214
[Building a Container Runtime in
1315
Rust](https://blogs.oracle.com/developers/building-a-container-runtime-in-rust)
1416

0 commit comments

Comments
 (0)