Fossil SCM
Slight emphasis fix in previous
Commit
1441c2e6d3d1b986258050b16f2287395a18d260c05c8f53aeb936b248a21f1e
Parent
e2b9114b1851988…
1 file changed
+1
-1
+1
-1
| --- www/build.wiki | ||
| +++ www/build.wiki | ||
| @@ -290,11 +290,11 @@ | ||
| 290 | 290 | repo gets reset to its build-time state. Worse, restarting the container |
| 291 | 291 | will do the same thing, since the base image layers are immutable in |
| 292 | 292 | Docker. This is almost certainly not what you want. |
| 293 | 293 | |
| 294 | 294 | The correct ways put the repo into the <i>container</i> created from the |
| 295 | -image, not in the <i>image</i> itself. | |
| 295 | +<i>image</i>, not in the image itself. | |
| 296 | 296 | |
| 297 | 297 | The simplest method is to stop the container if it was running, |
| 298 | 298 | then say: |
| 299 | 299 | |
| 300 | 300 | <pre><code> $ docker cp /path/to/repo.fossil fossil:/jail/museum/repo.fossil |
| 301 | 301 |
| --- www/build.wiki | |
| +++ www/build.wiki | |
| @@ -290,11 +290,11 @@ | |
| 290 | repo gets reset to its build-time state. Worse, restarting the container |
| 291 | will do the same thing, since the base image layers are immutable in |
| 292 | Docker. This is almost certainly not what you want. |
| 293 | |
| 294 | The correct ways put the repo into the <i>container</i> created from the |
| 295 | image, not in the <i>image</i> itself. |
| 296 | |
| 297 | The simplest method is to stop the container if it was running, |
| 298 | then say: |
| 299 | |
| 300 | <pre><code> $ docker cp /path/to/repo.fossil fossil:/jail/museum/repo.fossil |
| 301 |
| --- www/build.wiki | |
| +++ www/build.wiki | |
| @@ -290,11 +290,11 @@ | |
| 290 | repo gets reset to its build-time state. Worse, restarting the container |
| 291 | will do the same thing, since the base image layers are immutable in |
| 292 | Docker. This is almost certainly not what you want. |
| 293 | |
| 294 | The correct ways put the repo into the <i>container</i> created from the |
| 295 | <i>image</i>, not in the image itself. |
| 296 | |
| 297 | The simplest method is to stop the container if it was running, |
| 298 | then say: |
| 299 | |
| 300 | <pre><code> $ docker cp /path/to/repo.fossil fossil:/jail/museum/repo.fossil |
| 301 |