Natwest 온라인 뱅킹 계좌에 대한 명령줄 액세스
docker build -t natwest_zoom:latest .
docker run -it --rm -v $( pwd ) /config:/opt/natwest/config natwest_zoom:latest ./natwest force
docker run -it --rm -v $( pwd ) /config:/opt/natwest/config natwest_zoom:latest
0 9 * * * martin docker run -i --rm -v /etc/natwest:/opt/natwest/config natwest_zoom:latest ./natwest force >/dev/null 2>&1 || true
*/1 * * * * martin docker run -i --rm -v /etc/natwest:/opt/natwest/config natwest_zoom:latest >/dev/null 2>&1 || true