Closed cadavre closed 4 years ago
If you run
docker run \
-v /root:/home/schcrwlr/share \
--name schemacrawler \
--rm -d -i -t \
--entrypoint=/bin/bash \
schemacrawler/schemacrawler
Something like this would work just fine:
docker exec -t schemacrawler /opt/schemacrawler/schemacrawler.sh --help
I did, but one would except image's main binary to be available in PATH.
Issue
With
alias
set in .bashrc it's impossible to callschemacralwer.sh
with docker for one-run. BTW It was extremely difficult to find "binary" because of this. Please do not do that in the future!