mirror of
https://github.com/kasmtech/kasm-workspaces-dind.git
synced 2026-01-23 02:35:11 +00:00
Update readme to reflect actual tags for image
This commit is contained in:
parent
60732c46fb
commit
ada7bb3fea
1 changed files with 3 additions and 3 deletions
|
|
@ -18,7 +18,7 @@ It has a few core principles:
|
|||
version: "2.1"
|
||||
services:
|
||||
kasm:
|
||||
image: kasmweb/kasm:latest
|
||||
image: kasmweb/workspaces:1.11.0
|
||||
privileged: true
|
||||
container_name: kasm
|
||||
environment:
|
||||
|
|
@ -45,7 +45,7 @@ docker run -d \
|
|||
-p 443:443 \
|
||||
-p 3000:3000 \
|
||||
-v /kasm/local/storage:/opt \
|
||||
kasmweb/kasm:latest
|
||||
kasmweb/workspaces:1.11.0
|
||||
```
|
||||
|
||||
| Parameter | Function |
|
||||
|
|
@ -62,7 +62,7 @@ docker run -d \
|
|||
|
||||
| Tag | Description |
|
||||
| :----: | --- |
|
||||
| latest | Latest stable release |
|
||||
| 1.11.0 | Latest stable release |
|
||||
| develop | Development head |
|
||||
|
||||
| Architecture | Tag |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue