https://kotlinlang.org logo
Title
g

GarouDan

02/16/2019, 1:30 PM
Hi, does someone know if we have a docker image so we can build ios applications with kotlin? Or an example of a
Dockerfile
?
a

Andreas Sinz

02/16/2019, 1:36 PM
IIRC you cannot run Mac OS inside docker
g

GarouDan

02/16/2019, 2:50 PM
Hi @Andreas Sinz, do you know something about windows application? Do you know if it is possible? Indeed, I would like, if possible, start to create container to all kotlin supported platforms
a

Andreas Sinz

02/16/2019, 4:09 PM
Docker only supports Linux as OS, because it is built on linux kernel specifics. You'll need to use another tool like vagrant to do that
s

SOFe

02/16/2019, 5:11 PM
What about Windows Containers?
a

Andreas Sinz

02/16/2019, 5:31 PM
TIL
there actually are Windows Containers for Docker, you just need different containers for Linux and Windows
g

GarouDan

02/16/2019, 6:12 PM
Do you know a good windows container to build a Windows desktop application written in kotlin? Or at least something that I could start?
s

SOFe

02/17/2019, 6:38 AM
Windows containers only work on Docker for Windows
containerization doesn't allow you to run an entirely different system