Ettore Di Giacinto 6be507304f Do not set bzimage here
2018-08-29 23:50:15 +02:00
2015-09-22 13:28:46 +02:00
2018-08-29 23:50:15 +02:00

Sabayon Spinbase Docker image

The purpose of this project is to provide an image of Sabayon spinbase. It is just a Sabayon base with upgrades and tools, ready to be shipped on VM(s)/LiveCDs

Images are also on Docker Hub sabayon/spinbase-amd64 and the already squashed image, sabayon/spinbase-amd64-squashed

First steps on docker

Ensure to have the daemon started and running:

sudo systemctl start docker

Building sabayon-spinbase locally

git clone https://github.com/mudler/docker-sabayon-spinbase-amd64.git docker-sabayon-spinbase
cd docker-sabayon-spinbase
sudo docker build -t sabayon/spinbase-amd64 .

Pulling sabayon-spinbase from Docker Hub

sudo docker pull sabayon/spinbase-amd64

Converting the image from Docker to use it with Molecules as base chroot

Install docker-companion or download the pre-compiled version:

curl -s https://api.github.com/repos/mudler/docker-companion/releases/latest \
| grep "browser_download_url.*amd64" \
| cut -d : -f 2,3 \
| tr -d \" \
| wget -i - -O docker-companion

and then as root:

./docker-companion unpack sabayon/spinbase-amd64 /my/path
S
Description
No description provided
Readme 136 KiB
Languages
Shell 87.1%
Dockerfile 12.9%