We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docker run -d \ --name webide \ -p 8080:8080 \ -v /home/app/webide:/root/.coding-ide \ -v /home/app/maven/repo:/root/.m2/repository \ --restart=always \ miaowoo/webide
version: '3' services: webide: image: miaowoo/webide ports: - 8080:8080 volumes: - /home/app/webide:/root/.coding-ide - /home/app/maven/repo:/root/.m2/repository
alpine:edge
OpenJDK
8u191
Asia/Shanghai
latest
go
The text was updated successfully, but these errors were encountered:
No branches or pull requests
alpine:edge
OpenJDK
到8u191
Asia/Shanghai
latest
默认版本go
Golang 开发版本The text was updated successfully, but these errors were encountered: