...
Code Block | ||
---|---|---|
| ||
cd ~/git-hltraining/aries-acapy-plugin-toolbox/demo # Or whichever directory you've cloned the plugin to while following prerequisites
git pull
git checkout hl-workshop
docker-compose -f docker-compose.alice-bob.yml up --build |
Permissions
When running docker-compose (or other docker commands), you may need to prefix the command with sudo
if it initially fails due to permissions.
The above command would then look like:
Code Block | ||
---|---|---|
| ||
sudo docker-compose -f docker-compose.alice-bob.yml up --build |
...