An open API service indexing awesome lists of open source software.

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.

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`.