Changes between Initial Version and Version 1 of Ticket #43260, comment 13
- Timestamp:
- Jun 7, 2015, 5:17:05 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #43260, comment 13
initial v1 1 1 According to [https://docs.docker.com/installation/mac/ docs.docker.com] docker requires Snow Leopard or newer on OS X, add something like: 2 2 {{{ 3 if { [vercmp 11.0.0 ${os.version}] <0} {3 if {${os.version} < 10} { 4 4 pre-fetch { 5 ui_error "${name} does not run on Leopard or later."5 ui_error "${name} requires Snow Leopard or newer." 6 6 error "unsupported platform" 7 7 }