Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.96 KB

docker.md

File metadata and controls

36 lines (26 loc) · 1.96 KB

Docker

And its use in a Mobile CI environment

  • Docker.macOS
  • Docker.Android, using Docker for Android testing

Docker is stateless, so where do we store our state? And indeed what is the state.

Need a Mobile CI (mCI) workflow for code & testing which outlines all the O/P's and whatever state is needed.

Only have one build -> xxx.apk, but we have many test environments.

Jenkins & Docker

c.f.