removign the local run script for now
This commit is contained in:
parent
9b748d604a
commit
f87e65da9e
10
run_local.sh
10
run_local.sh
@ -1,10 +0,0 @@
|
||||
# Remove the running container so we cna re-use the container name 'dragon-bot'
|
||||
printf "\n[-] Deleting old dragon-bot container from system\n"
|
||||
docker rm -f dragon-bot
|
||||
printf "[+] Done\n"
|
||||
|
||||
# Run that shit and mount the docker socket so it can talk to the sky-factory container
|
||||
printf "\n[-] Pulling latest build of container\n"
|
||||
docker pull ldooks/dragon-bot:latest
|
||||
docker run -d --name dragon-bot -v /Users/lrobles/Dropbox/dale:/tmp/dale --env-file /Users/lrobles/Dropbox/code/my_projects/docker-containers/dragon-bot/env --restart always ldooks/dragon-bot:latest
|
||||
printf "[+] Done\n"
|
Loading…
x
Reference in New Issue
Block a user