Skip to content

Commit

Permalink
B #92 Use appliance from DockerHub for lxc (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
xorel authored Jun 9, 2023
1 parent 56118d1 commit 78cbd7a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions minione
Original file line number Diff line number Diff line change
Expand Up @@ -951,6 +951,8 @@ else
REPORT_IP=${PUBLIC_IP:-$ETH0_IP}
fi

lxc && MARKET_APP_NAME='alpine'

#-------------------------------------------------------------------------------
# Uninstall
#-------------------------------------------------------------------------------
Expand Down Expand Up @@ -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"

Expand Down

0 comments on commit 78cbd7a

Please sign in to comment.