logoalt Hacker News

m463today at 1:03 AM5 repliesview on HN

looks like apple wrote a native docker in swift

you can now run linux containers on your mac

... but it could be better.

what about (totally contrived):

  FROM apple/macos:10.11.6

  RUN xcodebuild -project myapp.xcodeproj -scheme MyScheme -configuration Release

Replies

webXLtoday at 1:07 AM

Nice, but expect to page through a few pages of ToS during the build

show 1 reply
trollbridgetoday at 1:08 AM

Close - but it would be more like this:

  services:
    macos:
      image: dockurr/macos
      container_name: macos
      environment:
        VERSION: "15"
(And indecently slow.)
windowlikertoday at 1:33 AM

It would be wonderful if this ran on older versions of macOS, but according to the README they only support 26.

show 1 reply
jadartoday at 1:30 AM

i wish!