diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 14 |
1 files changed, 3 insertions, 11 deletions
@@ -10,16 +10,14 @@ Hyperbola Docker images. Usage ====== -- `git clone` this repository. +- `git clone` this repository and move to directory where you have cloned it. -- `cd` to a directory where you have cloned it. - -- Generate bootstrap image with [hyperbola-bootstrap](https://git.sr.ht/~heckyel/hyperbola-bootstrap) +- Generate bootstrap image with [hyperbola-bootstrap](https://git.sr.ht/~heckyel/hyperbola-bootstrap) or download file from [archive.fridu.us](https://archive.fridu.us/hyperbola/iso/) - Converter hyperbola-bootstrap to bootstrap image valid for docker ```console - $ python3 tar_fix.py --input=hyperbola-bootstrap.tar.gz --output=bootstrap.tar.gz + $ bash tar_fix.sh --input=hyperbola-bootstrap.tar.gz --output=bootstrap.tar.gz ``` - Make sure you have my `Dockerfile`, `.dockerignore` and the `bootstrap.tar.gz` in one directory. @@ -30,12 +28,6 @@ Usage $ docker build --tag hyperbola:0.4 -f Dockerfile-Hyperbola-v04 . ``` - or for Hyperbola Milky Way v0.3 - - ```console - $ docker build --tag hyperbola:0.3 -f Dockerfile-Hyperbola-v03 . - ``` - License ======= |