https://github.com/udovin/docker-alex-tsweb
Dockerized version of @alex65536 Tester Web.
https://github.com/udovin/docker-alex-tsweb
competitive-programming docker-image online-judge
Last synced: 7 months ago
JSON representation
Dockerized version of @alex65536 Tester Web.
- Host: GitHub
- URL: https://github.com/udovin/docker-alex-tsweb
- Owner: udovin
- Created: 2018-08-03T06:22:49.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-03T06:24:05.000Z (about 7 years ago)
- Last Synced: 2025-01-06T13:37:30.400Z (9 months ago)
- Topics: competitive-programming, docker-image, online-judge
- Language: Dockerfile
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# About
Dockerized [Tester Web](https://github.com/alex65536/tester-web).# Usage
Following command will create new Tester Web instance which will run on port `80`:
```
$ docker run -p 80:80 wilcot/alex-tsweb
```If you don't want to store your data in volume, you can mount your directory to `/var/tsweb`:
```
$ docker run -v :/var/tsweb -p 80:80 wilcot/alex-tsweb
```# Access
Admin login: `admin`, password: `password`.