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

https://github.com/fromkk/dockerfile_swift_ubuntu


https://github.com/fromkk/dockerfile_swift_ubuntu

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Dockerfile for Swift on Ubuntu 15.10

## Usage

```
git clone git@github.com:fromkk/dockerfile_swift_ubuntu.git
cd ./dockerfile_swift_ubuntu
docker build -t ubuntu:ubuntu_swift .
docker run -p 8090:8090 -it --privileged -v `pwd`/share:/usr/share/swift/SwiftBBS ubuntu:ubuntu_swift /bin/bash
```

## After login

```
cd /usr/share/swift/SwiftBBS
swift build
```