diff options
author | Jesús <heckyel@hyperbola.info> | 2021-04-08 21:57:43 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-04-08 21:57:43 -0500 |
commit | 89ed8839686a3476b11f95936f216232788673d7 (patch) | |
tree | 1103324280445dc5b496fa0cba442f7c5f25d752 | |
parent | 37157b2e55ebc020a48a1b85f35aa8ba5686a51b (diff) | |
download | hyperbola-docker-89ed8839686a3476b11f95936f216232788673d7.tar.lz hyperbola-docker-89ed8839686a3476b11f95936f216232788673d7.tar.xz hyperbola-docker-89ed8839686a3476b11f95936f216232788673d7.zip |
[README.md]: update syntax
-rw-r--r-- | README.md | 14 |
1 files changed, 10 insertions, 4 deletions
@@ -18,17 +18,23 @@ Usage - Converter hyperbola-bootstrap to bootstrap image valid for docker - ./tar_fix.py --input=hyperbola-bootstrap.tar.gz --output=bootstrap.tar.gz + ```console + $ ./tar_fix.py --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: - docker build --tag hyperbola:0.4 -f Dockerfile-Hyperbola-v04 . + ```console + $ docker build --tag hyperbola:0.4 -f Dockerfile-Hyperbola-v04 . + ``` - or for Hyperbola Milky Way v0.3 +or for Hyperbola Milky Way v0.3 - docker build --tag hyperbola:0.3 -f Dockerfile-Hyperbola-v03 . + ```console + $ docker build --tag hyperbola:0.3 -f Dockerfile-Hyperbola-v03 . + ``` License ======= |