[README.md]: update syntax
This commit is contained in:
parent
37157b2e55
commit
89ed883968
14
README.md
14
README.md
@ -18,17 +18,23 @@ Usage
|
|||||||
|
|
||||||
- Converter hyperbola-bootstrap to bootstrap image valid for docker
|
- 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.
|
- Make sure you have my `Dockerfile`, `.dockerignore` and the `bootstrap.tar.gz` in one directory.
|
||||||
|
|
||||||
- Build the image with a command like:
|
- 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
|
License
|
||||||
=======
|
=======
|
||||||
|
Loading…
x
Reference in New Issue
Block a user