p2pool/docker-compose/configure

7 lines
223 B
Plaintext
Raw Normal View History

2022-06-16 22:34:41 -06:00
#!/bin/bash
echo ""
echo ""
echo "Building and Running P2Pool docker-compose Configuration"
docker build -t p2pool_config:latest cfg
docker run -it --rm -v $PWD:/docker-compose --user $(id -u):$(id -g) p2pool_config:latest