In a standalone local deployment, I was able to access the function playground via http://172.17.0.1:3232/playground/ui/index.html. Now, in case of docker-compose deployment, I have successfully deployed the openwhisk and able to use the wsk cli. Now I want to know how to access the function playground? or we have to separately configure it?
In a standalone local deployment, I was able to access the function playground via
http://172.17.0.1:3232/playground/ui/index.html
. Now, in case of docker-compose deployment, I have successfully deployed the openwhisk and able to use the wsk cli. Now I want to know how to access the function playground? or we have to separately configure it?