https://github.com/imerica/simple-swift
Run Swift in Linux using Docker
https://github.com/imerica/simple-swift
Last synced: 8 days ago
JSON representation
Run Swift in Linux using Docker
- Host: GitHub
- URL: https://github.com/imerica/simple-swift
- Owner: iMerica
- License: mit
- Created: 2015-12-04T22:48:56.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-04T23:06:40.000Z (about 10 years ago)
- Last Synced: 2025-01-30T05:13:08.196Z (12 months ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.TXT
Awesome Lists containing this project
README
# Simple Swift
## Using this image to run a Swift application in Linux
```
FROM imichael/simple-swift
CMD swift myapp.swift
```
## Using this to run a Swift REPL in a Linux
```
docker run imichael/simple-swift
```
## License
MIT License (MIT) 2015 Michael Martinez. See LICENSE.TXT