Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/itsjwala/locus
Locus | Sandbox for running code
https://github.com/itsjwala/locus
containers docker golang isolation python
Last synced: 25 days ago
JSON representation
Locus | Sandbox for running code
- Host: GitHub
- URL: https://github.com/itsjwala/locus
- Owner: itsjwala
- Created: 2020-04-10T11:08:18.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-01T17:41:08.000Z (over 4 years ago)
- Last Synced: 2024-06-21T15:48:03.104Z (5 months ago)
- Topics: containers, docker, golang, isolation, python
- Language: Go
- Homepage: https://itsjwala.github.io/locus
- Size: 283 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Run languages in docker sandbox
---
## Technologies
1. Golang for [Locus Runner](https://github.com/itsjwala/locus/tree/master/runner)
2. Golang for [Web](https://github.com/itsjwala/locus/tree/master/web)
3. Vanila HTML, CSS, JS(& JQuery) for [frontend](https://github.com/itsjwala/locus/tree/master/web/frontend)
4. Docker for Infrastructure
## Getting started
Checkout [docs](https://itsjwala.github.io/locus) for complete details
## Usage
### Prerequisite
1. Install [Docker](https://docs.docker.com/engine/install/) ( thats it :smile: )
### Installation and Setup
1. start locus
```sh
make run
```2. To Stop the web container send SIGTERM `ctrl ^ c`
3. clear the images that were created
```sh
make clear
```## Contributing
If you'd like to contribute, please fork the repository and use a feature
branch. Pull requests are warmly welcome.## Issues
Github [Issue](https://github.com/itsjwala/locus/issues) tracker
## Authors
* [@Jigar](https://github.com/itsjwala)
* [@Bhavna](https://github.com/bhavnavarshney)## Licensing
[WTFPL](http://www.wtfpl.net/)