https://github.com/zergon321/task
A test task solution for LinxDataCenter
https://github.com/zergon321/task
Last synced: about 1 month ago
JSON representation
A test task solution for LinxDataCenter
- Host: GitHub
- URL: https://github.com/zergon321/task
- Owner: zergon321
- Created: 2022-03-24T17:32:00.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-24T17:53:38.000Z (about 4 years ago)
- Last Synced: 2025-01-06T08:29:47.811Z (over 1 year ago)
- Language: Go
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Test task
If you have the `make` utility on your PC, you can just execute `FILE= make` to build the **Docker** image and run the application with the specified data file.
Otherwise, run the following commands:
`docker build -t task:0.0.1 .`
`docker run --mount type=bind,source=$(pwd)/,target=/bin/ task:0.0.1 /bin/`
The data file should be a **JSON** or **CSV** file.