https://github.com/fromkk/dockerfile_swift_ubuntu
https://github.com/fromkk/dockerfile_swift_ubuntu
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/fromkk/dockerfile_swift_ubuntu
- Owner: fromkk
- Created: 2016-05-05T23:49:06.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-08T09:44:05.000Z (about 10 years ago)
- Last Synced: 2025-02-03T14:28:02.037Z (over 1 year ago)
- Language: Swift
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```