From 78cbd7afc3bed82ffede34b40646a11ea2928034 Mon Sep 17 00:00:00 2001 From: Jan Orel Date: Fri, 9 Jun 2023 11:30:58 +0200 Subject: [PATCH] B #92 Use appliance from DockerHub for lxc (#106) --- minione | 3 +++ 1 file changed, 3 insertions(+) diff --git a/minione b/minione index 7eb26de..b16db30 100755 --- a/minione +++ b/minione @@ -951,6 +951,8 @@ else REPORT_IP=${PUBLIC_IP:-$ETH0_IP} fi +lxc && MARKET_APP_NAME='alpine' + #------------------------------------------------------------------------------- # Uninstall #------------------------------------------------------------------------------- @@ -1661,6 +1663,7 @@ node && { networking && check "create_vnet" "Creating virtual network" +lxc && check "onemarket enable DockerHub" "Enabling DockerHub Marketplace" check "export_marketapp \"$MARKET_APP_NAME\"" "Exporting [${MARKET_APP_NAME}] from Marketplace to local datastore" check "image_is_ready" "Waiting until the image is ready"