formatting

This commit is contained in:
Michael Bradley, Jr 2018-07-25 15:52:49 -05:00
parent ed3677b2ce
commit 3848fc68a6
1 changed files with 13 additions and 5 deletions

View File

@ -33,7 +33,11 @@ cd embark_demo
run_embark
```
Review the [Dockerfile](https://github.com/embark-framework/embark-docker/blob/master/Dockerfile) and [run.sh](https://github.com/embark-framework/embark-docker/blob/master/run.sh#L66-L70) for all possible overrides.
Review the
[Dockerfile](https://github.com/embark-framework/embark-docker/blob/master/Dockerfile)
and
[run.sh](https://github.com/embark-framework/embark-docker/blob/master/run.sh#L66-L70)
for all possible overrides.
### Shortcuts
@ -142,16 +146,19 @@ To release, add `--release` as a parameter of the build script.
### Manually
Building and releasing manually isn't too hard either, but there are a couple steps.
Building and releasing manually isn't too hard either, but there are a couple
steps.
#### Tags
To facilitate the images being found, we tag them with the following rules (as an example, the `3.1.5` version will be used.)
To facilitate the images being found, we tag them with the following rules (as
an example, the `3.1.5` version will be used.)
- Tag with `statusim/embark:latest` if `3.1.5` is the latest version.
- Tag with `statusim/embark:3.1.5`
- Tag with `statusim/embark:3.1` if `3.1.5` is the highest patch level on `3.1`
- Tag with `statusim/embark:3` if `3.1.5` is the highest minor and patch level on `3`
- Tag with `statusim/embark:3` if `3.1.5` is the highest minor and patch level
on `3`
#### Generating the image
@ -179,7 +186,8 @@ $ ruby script/build --release
### Manual
Pushing the tags manually implies that the image has been previously built. To push your local images, run:
Pushing the tags manually implies that the image has been previously built. To
push your local images, run:
```
docker push statusim/embark:version