Fossil SCM
Linked to the Dockerfile from the top of the containers doc.
Commit
2210c15d1302904c11c15acd592dbca3481eab7403d08c0609c8d0c2f78744c3
Parent
aacd3714ce5d32d…
1 file changed
+2
-2
+2
-2
| --- www/containers.md | ||
| +++ www/containers.md | ||
| @@ -10,12 +10,12 @@ | ||
| 10 | 10 | [OCI]: https://opencontainers.org/ |
| 11 | 11 | |
| 12 | 12 | |
| 13 | 13 | ## 1. Quick Start |
| 14 | 14 | |
| 15 | -Fossil ships a `Dockerfile` at the top of its source tree which you can | |
| 16 | -build like so: | |
| 15 | +Fossil ships a `Dockerfile` at the top of its source tree, | |
| 16 | +[here](/file/Dockerfile), which you can build like so: | |
| 17 | 17 | |
| 18 | 18 | ``` |
| 19 | 19 | $ docker build -t fossil . |
| 20 | 20 | ``` |
| 21 | 21 | |
| 22 | 22 |
| --- www/containers.md | |
| +++ www/containers.md | |
| @@ -10,12 +10,12 @@ | |
| 10 | [OCI]: https://opencontainers.org/ |
| 11 | |
| 12 | |
| 13 | ## 1. Quick Start |
| 14 | |
| 15 | Fossil ships a `Dockerfile` at the top of its source tree which you can |
| 16 | build like so: |
| 17 | |
| 18 | ``` |
| 19 | $ docker build -t fossil . |
| 20 | ``` |
| 21 | |
| 22 |
| --- www/containers.md | |
| +++ www/containers.md | |
| @@ -10,12 +10,12 @@ | |
| 10 | [OCI]: https://opencontainers.org/ |
| 11 | |
| 12 | |
| 13 | ## 1. Quick Start |
| 14 | |
| 15 | Fossil ships a `Dockerfile` at the top of its source tree, |
| 16 | [here](/file/Dockerfile), which you can build like so: |
| 17 | |
| 18 | ``` |
| 19 | $ docker build -t fossil . |
| 20 | ``` |
| 21 | |
| 22 |