Skip to content

Commit

Permalink
chore: update readme to work with github container registry
Browse files Browse the repository at this point in the history
  • Loading branch information
neverbot committed Feb 7, 2024
1 parent dcd9821 commit 8ce047a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,16 @@ The `master` branch is empty, try any other branch to see different versions.

- Build the container image (from project base directory)

`docker build --no-cache -t neverbot/maldorne-mudos:v21.7 -f Dockerfile .`
`docker build --no-cache . -t ghcr.io/maldorne/mudos:v21.7`

- Run the container and take a look inside using a terminal

`docker run --rm -ti neverbot/maldorne-mudos:v21.7 /bin/bash`
`docker run --rm -ti ghcr.io/maldorne/mudos:v21.7 /bin/bash`

Inside the container, in `/opt/mud`, you can find the directories `driver`
(with the source code of MudOS) and `bin`, with the two binaries needed
to use MudOS (`addr_server` and `driver`).

- Publish the container in Docker Hub

`docker push neverbot/maldorne-mudos:v21.7`
`docker push ghcr.io/maldorne/mudos:v21.7`

0 comments on commit 8ce047a

Please sign in to comment.