include $(TOPDIR)/rules.mk

APP_TITLE:=VuCI UI Support for Docker

ifneq (,$(filter m,$(CONFIG_PACKAGE_vuci-app-docker-ui))$(DUMP))
	APP_TLT_NAME:=Docker
	APP_APP_NAME:=docker
	APP_ROUTER:=$(TLT_PLATFORM_NAME)
endif

include ../app.mk

define Package/vuci-app-docker-ui/description
	Docker is an open platform for developing, shipping, and running applications.
	Docker enables you to separate your applications from your infrastructure so you can deliver software quickly.
	With Docker, you can manage your infrastructure in the same ways you manage your applications.
endef

# call BuildPackage - OpenWrt buildroot signature
