Daily Archives: May 9, 2018

Docker

docker ssh into container Use docker ps to get the name of the existing container. Use the command docker exec -it <container name> /bin/bash to get a bash shell in the container. Generically, use docker exec -it <container name>... Read More | Share it now!

curl post method

curl -i \ -H "Accept: application/json" \ -H "X-HTTP-Method-Override: PUT" \ -X POST -d "value":"30","type":"Tip 3","targetModule":"Target 3","configurationGroup":null,"name":"Configuration Deneme... Read More | Share it now!