mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-16 07:22:16 -07:00
feat: build and release docker images using github cicd
This commit is contained in:
parent
d17523ff17
commit
04dd2627cb
2 changed files with 49 additions and 0 deletions
|
|
@ -130,6 +130,11 @@ First, create an image from the Dockerfile<br>
|
|||
And then run it<br>
|
||||
`docker run -i -p 4748:4748 -t servatrice:latest`<br>
|
||||
|
||||
For versions after 2.10.2, there is also an official image available on the GitHub container registry. You can pull it using<br>
|
||||
`docker pull ghcr.io/Cockatrice/Cockatrice:latest`<br>
|
||||
And then run it<br>
|
||||
`docker run -i -p 4748:4748 -t ghcr.io/Cockatrice/Cockatrice:latest`<br>
|
||||
|
||||
>Note: Running this command exposes the port 4748 of the docker container<br>
|
||||
to permit connections to the server.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue