https://github.com/rainoffallingstar/rust_code_server
https://github.com/rainoffallingstar/rust_code_server
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rainoffallingstar/rust_code_server
- Owner: rainoffallingstar
- License: mulanpsl-2.0
- Created: 2024-04-14T11:17:59.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-18T12:55:35.000Z (over 2 years ago)
- Last Synced: 2025-05-05T14:54:08.130Z (over 1 year ago)
- Language: Dockerfile
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### rust_code_server
A code server docker container with rustc pre-install, based on vscode-web container.
#### how to use
install
```
docker pull fallingstar10/rustcodesever:latest
```
start a container,the default user and $HOME is "coder"
```
docker run -it -p 8989:8080 -e PASSWORD=*********** --name rust-code-web fallingstar10/rustcodesever:latest
```