The swiss army knife of HCL DX development tooling. Built on the experience at Factor-y S.r.l.
docker build . -t thin-client
docker images
docker image prune
docker tag thin-client:latest fy-docker-private-nexus.factor-y.com/fy/dx/thin-client:9.5.5
docker push fy-docker-private-nexus.factor-y.com/fy/dx/thin-client:9.5.5
Options:
-i: keep stdin open
-t: allocate pseudo tty
--rm: remove container on exit
[args]: arguments for entrypoint if defined / command to execute if no entrypoint is defined
docker run -it --rm thin-client -port 10033 -user wpsadmin -password wpsadmin -host 10.0.2.15