Thanks to visit codestin.com
Credit goes to github.com

Skip to content

OCI compatible runtime specs for various containers for use with runc and utility scripts that ease in running them.

License

dklyle/containers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

containers

Sample container runtime specs for use with runc forked from jessfraz/containers. Changes include supporting changes in the OCI runtime-spec and adding examples of rootless containers. There are prestart hooks to configure networking properly leveraging netns.

use with runc

To run any of these, you will first need to populate the rootfs for each container you wish to run. See the OCI runtime-spec README for detailed instructions on how to accomplish this.

runc run irssi

For rootless containers, you will need to specify the --root directory where the container state will be stored.

runc --root /tmp/runc irssi

About

OCI compatible runtime specs for various containers for use with runc and utility scripts that ease in running them.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages