Last active
April 8, 2019 21:21
-
-
Save dmytrostriletskyi/9f525241acfc46799c65d5f010c43b5f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
cd /home/remme-core-"$1" | |
sudo docker rm $(sudo docker ps -a -q) -f | |
sudo docker rmi $(sudo docker images -q) -f | |
sudo make run_bg_user | |
cd ~ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment