Playing around with docker may leave a lot of exited images. A one-line command to cleanup your working environment. :-) Just use sudo docker ps -a | grep Exit | cut -d ' ' -f 1 | xargs sudo docker rm
. Remove the sudo if you are root.
Playing around with docker may leave a lot of exited images. A one-line command to cleanup your working environment. :-) Just use sudo docker ps -a | grep Exit | cut -d ' ' -f 1 | xargs sudo docker rm
. Remove the sudo if you are root.
Service discovery is a key component of most distributed systems and service oriented architectures. Microservices have a demand for a service discovery that keeps track and communicate the provided instances to service consumers. On the Javaland conference, I could fetch some information regarding products, those offers service discovery.
In the kibana.yml
configuration, I setup the mandatory configuration for SSL.
I faced the situation, that I have to create a CSR.
FileZilla is capable of using ssh keys for using sftp. Sadly there is no native support and you need to convert the private key to PuTTY’s PPK format. Although FileZilla can do that for you. Go to Edit → Preferences and in section SFTP
add the private key file. FileZilla will convert that into the PPK format and your are ready to use sftp.
By accident I just read some FAQ, that directed me to this awesome website Every Time Zone. It displays several time zones in comparison and you can alter the target time. Overall it is a great visual presentation.