1
0
mirror of https://shylinux.com/x/ContextOS synced 2025-04-26 17:24:05 +08:00
This commit is contained in:
IT 老营长 @云轩领航-创始人 2023-11-27 13:24:35 +08:00
parent 23933c678a
commit 5287572e06
2 changed files with 2 additions and 0 deletions

View File

@ -1,2 +1,3 @@
docker run -p 20000:9020 -w /root -it alpine
export ctx_dev={{.Option "domain"}}{{.Option "ctx_env"}}; temp=$(mktemp); if curl -h &>/dev/null; then curl -o $temp -fsSL $ctx_dev; else wget -O $temp -q $ctx_dev; fi; source $temp app username {{.Option "user.name"}} usernick "{{.Option "user.nick"}}" {{.OptionArgs "token"}}
{{ .Cmdv "web.spide" "demo" "client.url" }}

View File

@ -1,2 +1,3 @@
docker run -p 20000:9020 -w /root -it alpine
export ctx_dev={{.Option "domain"}} ctx_repos={{.Option "source"}}{{.Option "ctx_env"}}; temp=$(mktemp); if curl -h &>/dev/null; then curl -o $temp -fsSL $ctx_dev; else wget -O $temp -q $ctx_dev; fi; source $temp dev username {{.Option "user.name"}} usernick "{{.Option "user.nick"}}" {{.OptionArgs "token"}}
{{ .Cmdv "web.spide" "demo" "client.url" }}