https://github.com/leafney/track-record
car gps driving track record
https://github.com/leafney/track-record
docker golang
Last synced: 3 months ago
JSON representation
car gps driving track record
- Host: GitHub
- URL: https://github.com/leafney/track-record
- Owner: leafney
- Created: 2018-07-29T23:19:30.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-29T23:32:48.000Z (almost 7 years ago)
- Last Synced: 2025-01-14T15:23:42.066Z (5 months ago)
- Topics: docker, golang
- Language: Dockerfile
- Size: 4.81 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### cargps
#### 创建镜像
```
docker build -t cargps .docker run --name car_location --restart=always -d -p 9800:8080 cargps
```