View | Details | Raw Unified | Return to bug 277680 | Differences between
and this patch

Collapse All | Expand All

(-)b/sysutils/dockerbox/Makefile (+23 lines)
Added Link Here
1
PORTNAME=	dockerbox
2
PORTVERSION=	0.1.6
3
DISTVERSIONPREFIX=	v
4
CATEGORIES=	sysutils
5
6
MAINTAINER=	leafoliages@gmail.com
7
COMMENT=	Docker daemon inside virtualized Linux
8
WWW=		https://github.com/leafoliage/freebsd-dockerbox
9
10
LICENSE=	BSD2CLAUSE
11
LICENSE_FILE=	${WRKSRC}/LICENSE
12
13
ONLY_FOR_ARCHS=	amd64
14
15
RUN_DEPENDS=	grub2-bhyve>0:sysutils/grub2-bhyve
16
17
USE_GITHUB=	yes
18
GH_ACCOUNT=	leafoliage
19
GH_PROJECT=	freebsd-dockerbox
20
21
NO_BUILD=	yes
22
23
.include <bsd.port.mk>
(-)b/sysutils/dockerbox/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1710776788
2
SHA256 (leafoliage-freebsd-dockerbox-v0.1.6_GH0.tar.gz) = edd9424baa91c3cf5ece2595d9d762169b18867ecebd6cddb230e6a8d4558eb9
3
SIZE (leafoliage-freebsd-dockerbox-v0.1.6_GH0.tar.gz) = 5563
(-)b/sysutils/dockerbox/pkg-descr (+3 lines)
Added Link Here
1
Dockerbox deploys a Linux guest to run docker daemon host system so
2
that it serves as a "remote" host enabling the use of docker on
3
FreeBSD host system.
(-)b/sysutils/dockerbox/pkg-plist (-1 / +3 lines)
Added Link Here
0
- 
1
etc/dockerbox/dockerbox.conf
2
etc/rc.d/dockerbox
3
sbin/dockerbox

Return to bug 277680