https://github.com/nlm/docker-sysassert
:whale: A build environment for standalone sysassert
https://github.com/nlm/docker-sysassert
Last synced: over 1 year ago
JSON representation
:whale: A build environment for standalone sysassert
- Host: GitHub
- URL: https://github.com/nlm/docker-sysassert
- Owner: nlm
- License: mit
- Created: 2016-12-21T16:17:31.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-21T16:37:29.000Z (over 9 years ago)
- Last Synced: 2025-01-21T21:47:35.620Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
docker-sysassert
================
A build environment for standalone sysassert
- source: [sysassert](https://github.com/nlm/sysassert)
- docker: [docker-sysassert](https://github.com/nlm/docker-sysassert)
Usage
-----
Show this file:
```
docker run --rm -ti nlimage/sysassert
```
List built files:
```
docker run --rm -ti nlimage/sysassert ls dist
```
Export the binary:
```
docker run --rm -ti nlimage/sysassert cat dist/sysassert > sysassert
```