Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Ship default .sh scripts for running the image in the correct way. #2

Open
DanieleVistalli opened this issue Mar 1, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@DanieleVistalli
Copy link
Member

In a "bin" folder we need to place the bash script files that will act as helper for running tools inside the image.

as of today we can define "wsadmin.sh" as an helper to invoke the image tooling like this.

docker run -it --rm tool-dx: -v ./:/ --

This is intended to "pass" to the container the current working directory as a mounted volume so that local scripts can be mapped to the container for loading/executing inside the containerized wsadmin

Ideally the wsadmin.sh script could do some sanity check and have placeholders for setting the tooling image name to be used.

@DanieleVistalli DanieleVistalli added the enhancement New feature or request label Mar 1, 2021
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants