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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ For windows systems you could use [wsl](https://en.wikipedia.org/wiki/Windows_Su
10
10
11
11
### Dependencies
12
12
One of the of goals of FileFighter is, that the client, that's you, only needs to met only one single dependency.
13
-
You need **Docker**.
13
+
You need [Docker](https://www.docker.com/).
14
14
Docker is a way to organise and run multiple applications. You can imagine it like a virtual machine (technical it`s a bit different), with a small file- and operating system within your machine.
15
15
Sounds more scary than it actually is. Different Applications run in different containers, these only contain the necessary software to run the application.
16
16
The containers use the resources of the host machine, depending on the load.
0 commit comments