Skip to main content

Test swift via Docker on Ubuntu

How to test a Swift package on Linux using Docker.
December 2017 · 1 MIN · techniques · backend · Docker · Linux

Foreword
#

Recently I joined a Hololens-Unity AR development project. Since the clients require the backend server running on the MAC server, however not everyone in the Backend team owns a MAC. so we decide to use the docker as the middleware.

What’s docker?
#

https://docs.docker.com/get-started/#setup

In short
#

when to use the docker?
#

https://hub.docker.com/r/ibmcom/swift-ubuntu/ https://github.com/IBM-Swift/swift-ubuntu-docker

— RELATED —
Know about your CPU
Blog Tool
Set up a Blog based on Hugo
Using Arrow to Handle Errors and Exceptions in Kotlin