An open API service indexing awesome lists of open source software.

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

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