svn commit: r391439 - head/sysutils/docker

Kris Moore kris at pcbsd.org
Tue Jul 7 14:45:52 UTC 2015


On 07/07/2015 01:54, Kubilay Kocak wrote:
> On 7/07/2015 3:45 AM, Kris Moore wrote:
>> Author: kmoore
>> Date: Mon Jul  6 17:45:19 2015
>> New Revision: 391439
>> URL: https://svnweb.freebsd.org/changeset/ports/391439
>>
>> Log:
>>   - Add a much more verbose pkg-descr
>>
>> Modified:
>>   head/sysutils/docker/pkg-descr
>>
>> Modified: head/sysutils/docker/pkg-descr
>> ==============================================================================
>> --- head/sysutils/docker/pkg-descr	Mon Jul  6 17:42:48 2015	(r391438)
>> +++ head/sysutils/docker/pkg-descr	Mon Jul  6 17:45:19 2015	(r391439)
>> @@ -1,3 +1,12 @@
>> -FreeBSD port of Docker
>> +Docker is an open source project to pack, ship and run any
>> +application as a lightweight container.
>> +
>> +Docker containers are both hardware-agnostic and platform-agnostic.
>> +This means they can run anywhere, from your laptop to the largest
>> +EC2 compute instance and everything in between - and they don't
>> +require you to use a particular language, framework or packaging
>> +system. That makes them great building blocks for deploying and
>> +scaling web apps, databases, and backend services without depending
>> +on a particular stack or provider.
>>  
>>  WWW: https://github.com/kvasdopil/docker
>>
> Kris,
>
> Baptiste (bapt@) commented on IRC that using the official 'docker' as
> the PORTNAME for a fork may not be the best thing, or at least a POLA
> violation. I tend to agree (mostly).
>
> docker-freebsd might be a better name, to at least encourage upstreaming
> these changes in the long term.
>
> ./koobs

Ok, I'll give it a quick name change to indicate that. If / when the
code ends up in the mainline docker, I'll rename it back and point it to
the official repo.


-- 
Kris Moore
PC-BSD Software / iXsystems
Enterprise Storage & Servers Driven By Open Source



More information about the svn-ports-head mailing list