1
0
Fork 0
mirror of https://github.com/on4kjm/FLEcli.git synced 2025-02-17 04:22:36 +01:00
FLEcli/test/docker-FLEcli.sh

5 lines
133 B
Bash
Raw Normal View History

#!/bin/bash
2020-08-12 18:10:23 +02:00
CURRENT_UID=$(id -u):$(id -g)
docker run --rm -t --user ${CURRENT_UID} -v $(pwd):/FLEcli_data on4kjm/flecli:latest "$@"