We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6812e2 commit c7ca470Copy full SHA for c7ca470
1 file changed
README.md
@@ -19,7 +19,13 @@ team's established development process and policies.
19
```bash
20
$ git clone https://github.com/mjsir911/trac-docker
21
$ cd trac-docker
22
- $ docker build -t trac ./
+ $ docker build -t ghcr.io/mjsir911/trac:latest
23
+ ```
24
+
25
+* just pull it
26
27
28
+ $ docker pull ghcr.io/mjsir911/trac:latest
29
```
30
31
@@ -30,7 +36,7 @@ team's established development process and policies.
36
Just run
37
32
38
33
-$ docker run -d -p 8000:8000 --name my_trac trac
39
+$ docker run -d -p 8000:8000 --name my_trac ghcr.io/mjsir911/trac:latest
34
40
35
41
42
After several seconds, you can visit the web page at
0 commit comments