File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 # Use docker.io for Docker Hub if empty
2020 REGISTRY : ghcr.io
2121 # github.repository as <account>/<repo>
22- IMAGE_NAME : mjsir911 /trac
22+ IMAGE_NAME : devhack-seattle /trac
2323
2424
2525jobs :
Original file line number Diff line number Diff line change @@ -17,15 +17,15 @@ team's established development process and policies.
1717* Build it using Dockerfile
1818
1919 ``` bash
20- $ git clone https://github.com/mjsir911 /trac-docker
20+ $ git clone https://github.com/devhack-seattle /trac-docker
2121 $ cd trac-docker
22- $ docker build -t ghcr.io/mjsir911 /trac:latest
22+ $ docker build -t ghcr.io/devhack-seattle /trac:latest
2323 ```
2424
2525* just pull it
2626
2727 ```
28- $ docker pull ghcr.io/mjsir911 /trac:latest
28+ $ docker pull ghcr.io/devhack-seattle /trac:latest
2929 ```
3030
3131
@@ -36,7 +36,7 @@ team's established development process and policies.
3636Just run
3737
3838```
39- $ docker run -d -p 8000:8000 --name my_trac ghcr.io/mjsir911 /trac: latest
39+ $ docker run -d -p 8000:8000 --name my_trac ghcr.io/devhack-seattle /trac: latest
4040```
4141
4242After several seconds, you can visit the web page at
You can’t perform that action at this time.
0 commit comments