# docker-skim **Repository Path**: mirrors_coreos/docker-skim ## Basic Information - **Project Name**: docker-skim - **Description**: Code and utilities used to package additional docker versions on Container Linux - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2025-12-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # rkt stage1-skim A [rkt](https://github.com/coreos/rkt) flavor for running pods natively on a host. In case you need full access to the host, but don't want the application or pod cluttering up your filesystem. ## **WARNING** This project is **experimental** and **unsupported**. While it generally should work, and we generally will accept contributions, it may break at any given time. ## Dependencies and Building You will need Go (at least 1.6 for the versioning), and [Glide](https://github.com/Masterminds/glide) To build the stage1 flavor: ``` ./build.sh ``` For your benefit, `build.sh` also accepts a single argument `clean` that will remove all build artifacts from the build tree. ## Using Skim is based off of [fly](https://coreos.com/rkt/docs/latest/running-fly-stage1.html) which is an another stage1 flavor for rkt designed to run your application pod inside of a chroot environment. Just like fly, skim can only run one executable at a time. In addition, the executable defined in your ACI pod image, or passed via `rkt run`, will need to be specified as an absolute path. This is due to the path mangling skim does to ensure the correct binary is invoked. Otherwise, place `stage1-skim.aci` into your rkt stage1 path or specify the handler using something along the lines of `--stage1-path`. Lastly, you will need to pass the following into rkt as the stage1 flavor is not signed: --insecure-options=image Please note, this stage1 should only be used with specially created images that are intended for this stage1. Due to its dependency on the host operating system, it should only be used on Container Linux by CoreOS. ## Licensing This code is available under the Apache-2 license, unless otherwise noted.