You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: