mirror of
https://github.com/rancher/os.git
synced 2025-09-19 00:59:53 +00:00
This change no longer runs Docker as PID 1. Instead PID 1 is a very simple zombie reaper and Docker is moved as a child of that PID.
7 lines
274 B
Plaintext
7 lines
274 B
Plaintext
IMAGE_NAME=rancher/os
|
|
VERSION=v0.4.3-dev
|
|
|
|
DOCKER_BINARY_URL=https://get.docker.com/builds/Linux/x86_64/docker-1.9.1
|
|
COMPILED_KERNEL_URL=https://github.com/rancher/os-kernel/releases/download/Ubuntu-4.2.0-16.19/linux-4.2.3-rancher-x86.tar.gz
|
|
DFS_IMAGE=rancher/docker:1.9.1-2
|