A place for me to refer to basic CRUD operations in Elasticsearch
Categories
A place for me to refer to basic CRUD operations in Elasticsearch
How to set up Kibana and Elasticsearch locally, within Docker containers.
Pull the docker image for mongo down to your computer. docker pull mongo Run the mongo container in the background, isolated from the rest of your computer. # Command explained belowdocker run -d -p 27017:27017 –name mongodb mongo -v /data/db:/data/db What I love about this approach is that I don’t start muddying up my computer…
A niche example of how I bulk convert my screenshots to make them more website-friendly.
Installing an older PHP version and switching to it in Ubuntu.
A collection of my learnings, notes and musings on Docker.