anyone using it ?
Followed the guide from
https://github.com/ios-xr/bgpfs2acl
A bit confusing especially i have almost no knowledge on docker commands.
Managed to clear step 2.
At step 3, when running "source run_container.sh"
It seems like the docker ran but unable to pass the environment parameters to it
Output
7da5eaa275d04d0dbb8d52d9274d01621dcf70cb93c93405c068506eedfef56e
-su: --env-file: command not found
looks like there's some issue with the --env-file command. I modified it to --env-file=$PWD/parameters.env but it didn't work. Unable to crack the command syntax in order to pass the docker the parameters.