mirror of
https://github.com/kasmtech/kasm-workspaces-dind.git
synced 2026-01-23 02:35:11 +00:00
Merge branch 'readme-fix' into 'develop'
Update readme to reflect actual tags for image See merge request kasm-technologies/internal/kasm_workspaces_dind!4
This commit is contained in:
commit
bb552f0f43
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