diff options
author | Jesus <heckyel@riseup.net> | 2023-09-24 11:05:49 +0800 |
---|---|---|
committer | Jesus <heckyel@riseup.net> | 2023-09-24 11:06:11 +0800 |
commit | 6eeb5fc344eb88868724adc4426f39ea021f4a8e (patch) | |
tree | 0fc558425b8362e3b7335ecfa75bc38b51a61420 | |
parent | 6f292fc47a3d0d07b210ebf66e42b670f951f566 (diff) | |
download | hyperbola-docker-6eeb5fc344eb88868724adc4426f39ea021f4a8e.tar.lz hyperbola-docker-6eeb5fc344eb88868724adc4426f39ea021f4a8e.tar.xz hyperbola-docker-6eeb5fc344eb88868724adc4426f39ea021f4a8e.zip |
README.md: update
-rw-r--r-- | README.md | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -16,17 +16,17 @@ Usage - Converter hyperbola-bootstrap to bootstrap image valid for docker - ```console - $ bash tar_fix.sh --input=hyperbola-bootstrap.tar.gz --output=bootstrap.tar.gz - ``` +```console +$ 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. - Build the image with a command like: - ```console - $ docker build --tag hyperbola:0.4 -f Dockerfile-Hyperbola-v04 . - ``` +```console +$ docker build --tag hyperbola:0.4 -f Dockerfile-Hyperbola-v04 . +``` License ======= |