Skip to content

Commit

Permalink
Fixed c&p issue
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelwa committed Dec 5, 2019
1 parent bf44733 commit 93df4da
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,10 +240,7 @@ docker build --build-arg NUMBER_OF_JOBS=<#> .
```
where `<#>` is the desired maximum number of jobs. Which value is prudent to use depends on your system and the
resources allocated by Docker. Reasonable values that should run on most systems without problems are values
between `2` and `8`. If your build fails, try using a lower value or the default setting.
where `<#>` is the desired maximum number of jobs.
Which value is prudent to use depends on your system and the resources allocated by Docker. Reasonable values that
should run on most systems without problems are values between `2` and `8`.
between `2` and `8`. If your build fails, try using a lower value or the default setting.

If everything finishes successfully, you can fetch the ID of your newly created image via the command

Expand Down

0 comments on commit 93df4da

Please sign in to comment.