Hey Naseeb, if you’d like to persist data using volume, I go into the details here: Hands on Introduction to Docker & Data Persistence w/ Docker Volumes ua-cam.com/video/bRyuhBJtJ6M/v-deo.html If you’d like to define the volume in a multi container set up as a Docker Compose, it’s also covered here: ua-cam.com/video/ZlLwDN9_Gwg/v-deo.html The Docker compose example persist data from Wordpress and MySQL but the principles are the same! :) If something doesn’t work, let me know! Happy to troubleshoot together
What is that cli tool that you have which pre-populates previous history or maybe from clipboard or autocompletes? I feel like I had that installed sometime in an old macbook but not able to recall.
Merci !
🙏🏼🙏🏼
you are a great professional 😁 (15:21) ! Great tutorial 👏!
That’s very kind, thank you! 😊
at docker run " bootstrap checks failed"
Thx for the great explanations
Glad it helped! :)
Great video man!!!
Thank you Rafael!
great video, I learned a lot. very well explained
Thank you Naseeb! 🙏🏼
@@SamuelChan hi Chan, how to save data of "Elasticsearch and Kibana" using volume option please ? using portainer or cli.
Hey Naseeb, if you’d like to persist data using volume, I go into the details here:
Hands on Introduction to Docker & Data Persistence w/ Docker Volumes
ua-cam.com/video/bRyuhBJtJ6M/v-deo.html
If you’d like to define the volume in a multi container set up as a Docker Compose, it’s also covered here:
ua-cam.com/video/ZlLwDN9_Gwg/v-deo.html
The Docker compose example persist data from Wordpress and MySQL but the principles are the same! :) If something doesn’t work, let me know! Happy to troubleshoot together
@@SamuelChan Thanks you for the reply , i will look both video and then try. feedback soon :)
What is that cli tool that you have which pre-populates previous history or maybe from clipboard or autocompletes? I feel like I had that installed sometime in an old macbook but not able to recall.
Could it be zsh-autocomplete you’re referring to?
19:48 Elastic- sush
i am also stuck in same error ? i didn't find solution in this video. how did you solve it?
Please paste a copy of your error message? If you’re on Windows, replace the bat / cat command to an equivalent one (in my earlier comment).
Informative! just speak a little bit slower:)
Thank you Sajjad! And thanks for the feedback :)
I’m new to this investment, how can I invest?
I'm stuck in the http_ca.crt part. Cannot run bat http_ca.crt using powershell.
Also the host password for user elastic didn't appear .
Replace bat with “gc” (stands for Get Content). So “gc ” in powershell. :)
Also, would you consider using WSL to run Linux / unix commands if that makes following the tutorials easier?
dev.to/lietux/comment/31fc
to turn off security for local dev
xpack.security.enabled=false
xpack.security.enrollment.enabled=false