https://github.com/smackers/smack-images
https://github.com/smackers/smack-images
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/smackers/smack-images
- Owner: smackers
- Created: 2016-06-21T03:11:17.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-21T14:40:04.000Z (almost 10 years ago)
- Last Synced: 2025-03-01T00:25:38.105Z (over 1 year ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SMACK Images
This repository contains scripts to build Docker images for SMACK.
To run SMACK from a pre-build [Docker][] container, just download the
[vsmack](bin/vsmack) script and put it in your executable path, ensure
[Docker][] is installed, and run `vsmack` directly on
your source files. For example,
````Shell
# fetch vsmack and set executable permission
wget -O ~/bin/vsmack https://raw.githubusercontent.com/smackers/smack-images/master/bin/vsmack
chmod u+x ~/bin/vsmack
# fetch a source file
wget https://raw.githubusercontent.com/smackers/smack/master/test/basic/simple.c
# run vsmack
vsmack simple.c
````
[Docker]: https://www.docker.com