Update README.md
All checks were successful
Build & Push Forge-Kasm / docker (push) Successful in 2m32s
All checks were successful
Build & Push Forge-Kasm / docker (push) Successful in 2m32s
This commit is contained in:
10
README.md
10
README.md
@@ -1,16 +1,12 @@
|
|||||||
# Forge Kasm Workspace
|
# Forge Kasm Workspace
|
||||||
|
|
||||||
A Docker image to run [Forge – Magic: The Gathering](https://github.com/Card-Forge/forge) in a browser-based Kasm workspace.
|
A Docker image to run [Forge: The Magic: The Gathering Rules Engine](https://github.com/Card-Forge/forge) in a browser-based Kasm workspace.
|
||||||
This container auto-downloads the latest Forge snapshot and supports persistent storage for your decks.
|
This repo is designed auto-download the latest Forge snapshot and publish it to Docker Hub.
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
- Runs Forge GUI in the browser via noVNC (Kasm-compatible)
|
|
||||||
- Auto-downloads daily Forge snapshot if not present
|
- Auto-downloads daily Forge snapshot if not present
|
||||||
- Persists your decks and preferences in `/config`
|
- Persists your decks and preferences by using the kasm_user persistence
|
||||||
- Designed for personal or offline Kasm use
|
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
```bash
|
|
||||||
docker run -it -p 3000:3000 -v $PWD/config:/config yourname/forge-kasm
|
|
||||||
|
|||||||
Reference in New Issue
Block a user