You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pull the image of ElasticSearch and Kibana from docker hub : https://hub.docker.com <br/>
8
8
in the next step you should go to the docker folder and Create and start containers with "docker-compose up" command <br/>
9
9
Compose is a tool for defining and running multi-container Docker applications. With Compose, you use a YAML file to configure your application’s services you create and start all the services from your configuration.
10
-
another step is the configuration of our services wich is up as container with docker in our .NET7 application <br/>
10
+
another step is the configuration of our services wich is up as container with docker in our .NET 7 C# 11 application <br/>
0 commit comments