You need not memorize these important docker commands. Repeated usage will make it easy for you to remember. Important Docker Commands docker ps docker pull docker run docker stop docker restart docker exec docker search docker rename docker pause docker unpause docker kill docker login docker commit docker rmi docker cp docker logs docker info […]
DevOps
CORS error in Apache Tomcat – Solved
Error: Access to XMLHttpRequest at ‘http://10.12.13.39:8080/content/fetchAllcontent/1/Books/Philosophy’ from origin ‘http://localhost’ has been blocked by CORS policy: Response to preflight request doesn’t pass access control check: No ‘Access-Control-Allow-Origin’ header is present on the requested resource. Solution: Add the below code in /opt/tomcat/conf/web.xml you can replace * in cors.allowed.origins with the domain you want eg: gokuldeepak.com