KelvinJin / swift-ubuntu-docker

Docker image packaged with the Swift binaries.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status - Develop

Swift 3 - Ubuntu v14.04 - Docker

Docker image with the Swift binaries (DEVELOPMENT-SNAPSHOT-2016-06-06-a) and dependencies. Our development team uses this image for development and testing of Swift 3 applications on the Linux Ubuntu (v14.04) operating system.

Recent updates

  1. Aligned version of Ubuntu with version found in Cloud Foundry environments (14.04).
  2. Reduced size of the Docker image.
  3. Updated Dockerfile per guidelines in Best practices for writing Dockerfiles.

Privilege mode

If you attempt to run the Swift REPL and you get the error failed to launch REPL process: process launch failed: 'A' packet returned an error: 8, then you should run your Docker container in privilege mode:

docker run --privileged -i -t ibmcom/swift-ubuntu:latest  /bin/bash

This issue is described at https://bugs.swift.org/browse/SR-54.

About

Docker image packaged with the Swift binaries.

License:Apache License 2.0


Languages

Language:Vim Script 96.8%Language:Shell 3.0%Language:CMake 0.2%