Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jhh/nt-server-docker

NetworkTables server in Docker
https://github.com/jhh/nt-server-docker

docker frc networktables

Last synced: 27 days ago
JSON representation

NetworkTables server in Docker

Awesome Lists containing this project

README

        

# nt-server-docker
NetworkTables server in Docker

```bash
docker run -d --mount type=bind,source=$(pwd)/data,target=/data --name nt-server --publish 1735:1735 --restart=unless-stopped j3ff/nt-server
```