This repository contains the dockerized AION kernel setup files.
- Run docker_setup.sh
./docker_setup.sh
- Download custom docker-kernel
docker pull <user>/<repository>
- Setup new configuration (creates a new container)
docker run -i -t <image>:<tag> /bin/bash
- Setup kernel with CLI (creates a new container)
docker run -i -t <image>:<tag> ./aion.sh [ARG]
- Execute existing container
docker start -i -a <container>