- add a Dockerfile to the root of your XCode Project
- run 'docker build' from the project root and xcode build process is invoked
- user can see build log stream similar to linux image builds today
- image is created and stored in the server
- "docker run" invokes the "container" in the simulator
- "docker push" will send the app container to testflight/itunes connect
- capture push status values/messages and show them in the docker client output
XCode Continuous integration talk at WWDC
XCode Continuous integration slides
XCode Server Experiments/Recipes
XCode Server with bots & TestFlight