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
- all the commands should be run in the same directory hwere you cloned the repository. docker compose will pick up the configuration file automatically
15
-
- run `docker compose pull` to pull the dependencies
16
-
- run `docker compose build` to build the custom container with preinstalled tools
12
+
- Access to Stratus (stratus.fi.muni.cz)
13
+
- make sure to configure your SSH key under Settings -> Auth -> Public SSH Key
17
14
18
-
- if there are updates, you need to re-run this step, run `docker compose down` first to remove any previous work
15
+

19
16
20
-
- run `docker compose up -d` to start the containers. You should see containers `postgres` and `vault` as running in logs.
21
17
22
-
- Check that there is no error in those two containers!
23
-
- run `docker compose down` to shutdown the running containers
24
18
25
-
- shutting down all containers will also remove all data, all work/modifications you have done will be reset
26
-
- you can use this to reset your environment if you misconfigure something
19
+
Installation:
20
+
---
27
21
28
-
- you are now ready for the exercise!
22
+
Create a Debian12 VM machine with the default options:
29
23
24
+

30
25
31
-
Manual installation
32
-
-------------------
33
26
34
-
If there is a problem with the docker compose containers or you wish to not use the docker then the following software is required:
0 commit comments