Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 731 Bytes

File metadata and controls

22 lines (15 loc) · 731 Bytes

Container Compose

Run containers using apple's new "container" command and "docker-compose.yml"

NOTE: While this is currently very much an MVP, I have been using it myself for the last 2 months.

Install

  1. First install Apple's "container" using Container Tutoral, you will need to setup dns using "test" as a domain (as suggested in the doc). Currently that means running container system start and sudo container system dns create test.
  2. Copy the latest release of "container-compose" to the path
  3. Run "container-compose" from a directory with a "docker-compose.yml" file.

Build

go build -trimpath -buildvcs -o ./container-compose .