Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
Signed-off-by: 117503445 <[email protected]>
  • Loading branch information
117503445 committed Oct 31, 2024
1 parent 10de88a commit c2e9815
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ docker pull 117503445/dev-rust
docker pull 117503445/dev-cpp
docker pull 117503445/dev-java
docker pull 117503445/dev-typst
docker pull 117503445/dev-dind
docker pull 117503445/dev-csharp
docker pull 117503445/dev-latex

Expand All @@ -29,6 +30,7 @@ docker pull registry.cn-hangzhou.aliyuncs.com/117503445-mirror/dev-java && docke
docker pull registry.cn-hangzhou.aliyuncs.com/117503445-mirror/dev-typst && docker image tag registry.cn-hangzhou.aliyuncs.com/117503445-mirror/dev-typst 117503445/dev-typst
docker pull registry.cn-hangzhou.aliyuncs.com/117503445-mirror/dev-latex && docker image tag registry.cn-hangzhou.aliyuncs.com/117503445-mirror/dev-latex 117503445/dev-latex
docker pull registry.cn-hangzhou.aliyuncs.com/117503445-mirror/dev-csharp && docker image tag registry.cn-hangzhou.aliyuncs.com/117503445-mirror/dev-csharp 117503445/dev-csharp
docker pull registry.cn-hangzhou.aliyuncs.com/117503445-mirror/dev-dind && docker image tag registry.cn-hangzhou.aliyuncs.com/117503445-mirror/dev-dind 117503445/dev-dind
```

## usage
Expand All @@ -43,6 +45,7 @@ docker run -it -v $PWD:/root/project 117503445/dev-typst
docker run -it -v $PWD:/root/project 117503445/dev-cpp
docker run -it -v $PWD:/root/project 117503445/dev-java
docker run -it -v $PWD:/root/project 117503445/dev-csharp
docker run -it -v $PWD:/root/project 117503445/dev-dind
```

## local build
Expand Down
1 change: 1 addition & 0 deletions entrypoint/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ var codeServerConfigTemplate string

func main() {
goutils.InitZeroLog()
goutils.ExecOpt.DumpOutput = true

installVscExtensions()

Expand Down

0 comments on commit c2e9815

Please sign in to comment.