khanhhoang.hashnode.devHow to run image Elasticsearch Container on Ubuntu 18.04Elasticsearch is a search engine based on the Lucene library. It provides a distributed, multitenant-capable full-text search engine with an HTTP web interface and schema-free JSON documents. To read more about at Elasticsearch Document. In this post...Jul 26, 2021·2 min read
khanhhoang.hashnode.devHow to build CRUD Spring Boot JPA with MySQL Container on Ubuntu 18.04I. Introduction In this article you learn about Spring Boot JPA allowing to build simple backend applications by connect MySQL database container by write docker-compose file. Spring Data JPA is a great choice allowing to speed your development and f...Jul 25, 2021·6 min read
khanhhoang.hashnode.devHow to install Docker Compose on Ubuntu 18.04Compose is a tool for defining and running multi-container Docker applications. With Compose, you use a YAML file to configure your application’s services. read more for detail Docker Compose Documentation In this article, I will introduce setup Dock...Jul 25, 2021·2 min read