Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
in progres..
  • Loading branch information
ubc-tuehoang authored Nov 20, 2023
1 parent a1efe0b commit 570586c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,18 @@
- Edit Dockerfile or other
- After completed the change (if any), then do build image

*** - Execute > docker-compose build
- Execute > docker-compose build
- After build completed, tag the image.

*** - (optional) docker login -u <your hub.docker.com accout>
- (optional) docker login -u <your hub.docker.com accout>

*** - Execute > docker tag <some image ID> <your hub.docker.com accout>/moodlecore:4.1.6-<unique id>
- Execute > docker tag <some image ID> <your hub.docker.com accout>/moodlecore:4.1.6-<unique id>
- example, docker tag eb73e7a5c010 hubdocker2020/moodlecore:4.1.6-eb73e7a5c010

*** - Execute > docker push <your hub.docker.com accout>/moodlecore:4.1.6-<unique id>
- Execute > docker push <your hub.docker.com accout>/moodlecore:4.1.6-<unique id>
- example, docker push hubdocker2020/moodlecore:4.1.6-eb73e7a5c010

*** - DONE with MoodleCore 4.1 LTS, on your hub.docker.com account.
- DONE with MoodleCore 4.1 LTS, on your hub.docker.com account.



Expand Down

0 comments on commit 570586c

Please sign in to comment.