This is in regard to Infor Cloud docker containers using Remote Commands (no back end access), ask if anyone has ever used Remote Commands in the cloud to encrypt a directory or file? We tried:
/bin/bash -c “cd test/data/prd_data; gpg -e — passphrase mypasswd A08_test.txt”
But we got:
gpg: cannot open ‘/dev/tty’ : No such device or address.
Anyone can help? Appriciated!
Shawn X Zhan