Skip to content
This repository was archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
Update/fix instructions for data deletion
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick committed Nov 23, 2016
1 parent ecb0172 commit ff859d1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions get-dcos-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@ echo "Log into VM: pushd ${VAGRANT_DIR} && vagrant ssh && popd"
echo "Build example: Log into VM, then: cd /dcos-commons/frameworks/helloworld && ./build.sh local"
echo ""
echo "Repair routes: ${SCRIPT_DIR}/node-route.sh # (use this if VM connectivity is lost)"
echo "Delete VM: pushd ${VAGRANT_DIR} && vagrant destroy && popd"
echo "Delete data: rm -rf ${VAGRANT_DIR}/*.box && vagrant box remove $BOX_NAME"
echo "Delete VM/data: pushd ${VAGRANT_DIR} && vagrant destroy && vagrant box remove $BOX_NAME && popd"
echo "---"

# capture anonymous metrics for reporting
Expand Down

0 comments on commit ff859d1

Please sign in to comment.