OS: Fix docker-init (#302)

This commit is contained in:
Pascal Vizeli
2019-01-03 21:47:44 +01:00
committed by GitHub
parent e0e87141c6
commit 2be8aecfbd
2 changed files with 22 additions and 5 deletions

View File

@@ -77,4 +77,10 @@ define DOCKER_ENGINE_USERS
- - docker -1 * - - - Docker Application Container Framework
endef
define DOCKER_ENGINE_INSTALL_SYMLINKS
ln -fs tini $(TARGET_DIR)/usr/bin/docker-init
endef
DOCKER_ENGINE_POST_INSTALL_TARGET_HOOKS += DOCKER_ENGINE_INSTALL_SYMLINKS
$(eval $(golang-package))