Opened 9 years ago

Closed 8 years ago

#47998 closed submission (wontfix)

[NEW] boot2docker

Reported by: ajdudman Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc: pixilla (Bradley Giesbrecht), mkae (Marko Käning), petrrr, jeisch@…
Port: boot2docker

Description

Boot2docker is a command-line interface to docker. This tool downloads the boot2docker ISO image, creates a VirtualBox virtual machine, sets up two networks for that virtual machine and then provides the user a simple way to login via SSH. This port works with the docker port in ticket #43260. Please keep the versions matched. Since the build process calls git through go -d, might as well fetch with git as well. I based this Portfile on the homebrew formula.

Attachments (1)

Portfile (1.8 KB) - added by ajdudman 9 years ago.
all fetching done in fetch and post-fetch

Download all attachments as: .zip

Change History (10)

comment:1 in reply to:  description Changed 9 years ago by larryv (Lawrence Velázquez)

Replying to ajdudman@…:

Since the build process calls git through go -d

Is there a way to avoid this? We really prefer that ports not perform network activity during any phase other than the fetch phase.

comment:2 Changed 9 years ago by ajdudman

Yes. This can be avoided by moving the "go -d" to a post-fetch procedure. When port -svd fetch is run, I see next to last:

DEBUG: Executing proc-post-org.macports.fetch-fetch-0

Is there a way for debug to expose the system call inside post-fetch?

Changed 9 years ago by ajdudman

Attachment: Portfile added

all fetching done in fetch and post-fetch

comment:3 Changed 9 years ago by mf2k (Frank Schima)

Keywords: Linux container removed
Version: 2.3.3

comment:4 Changed 9 years ago by mkae (Marko Käning)

Cc: mk@… added

Cc Me!

comment:5 Changed 9 years ago by petrrr

Cc: petr@… added

Cc Me!

comment:6 Changed 8 years ago by jeisch@…

Cc: jeisch@… added

Cc Me!

comment:7 Changed 8 years ago by neverpanic (Clemens Lang)

Is this still relevant now that we have a docker-machine port?

comment:8 in reply to:  7 Changed 8 years ago by ajdudman

Replying to cal@…:

Is this still relevant now that we have a docker-machine port?

No.

comment:9 Changed 8 years ago by petrrr

Resolution: wontfix
Status: newclosed

Was substituted by port docker-maschine.

Note: See TracTickets for help on using tickets.