Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
in progress
  • Loading branch information
ubc-tuehoang authored Nov 20, 2023
1 parent 5c62698 commit cef1740
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
- 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-[some 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-[some unique id]
- example, docker push hubdocker2020/moodlecore:4.1.6-eb73e7a5c010

- DONE with buidling MoodleCore 4.1 LTS image to your hub.docker.com account.
Expand Down Expand Up @@ -55,6 +55,8 @@

* Source: https://moodledev.io/general/releases/4.1

-----------------------

## Known Issues

* When using NFS shared volume for `/moodledata`, you may get `session data file is not created by your uid` error. It is due to the NFS mount user id mapping is not consistent with local user id. Use Redis session for workaround.
Expand Down

0 comments on commit cef1740

Please sign in to comment.