User Tools

Site Tools


docker

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
docker [2025/07/03 17:18]
nightfly
docker [2025/07/04 13:07] (current)
nightfly
Line 1: Line 1:
-====== Running WolfRecorder in docker ======+====== Running WolfRecorder in Docker ======
  
 **Important:** Running WolfRecorder inside a Docker container is **not recommended for production use**.   **Important:** Running WolfRecorder inside a Docker container is **not recommended for production use**.  
Line 33: Line 33:
 </file> </file>
  
-2. pull and run container with single command +2. Just pull and run container with single command 
 <code> <code>
 docker compose up -d docker compose up -d
Line 39: Line 39:
  
  
-===== Building own image using composer =====+===== Building your own image using composer =====
  
 1. Clone the repository: 1. Clone the repository:
Line 55: Line 55:
 <code> <code>
 docker compose up -d docker compose up -d
-</code> 
- 
-===== Managing the Container ===== 
- 
-To stop the container: 
-<code> 
-docker compose down 
-</code> 
- 
-To restart the running container: 
-<code> 
-docker compose restart 
-</code> 
- 
-To access container shell: 
-<code> 
-docker exec -it wolfrec bash 
 </code> </code>
  
Line 111: Line 94:
 </code> </code>
  
 +===== Managing the Container =====
  
-===== Verification =====+To stop the container: 
 +<code> 
 +docker compose down 
 +</code> 
 + 
 +To restart the running container: 
 +<code> 
 +docker compose restart 
 +</code> 
 + 
 +To access container shell: 
 +<code> 
 +docker exec -it wolfrec bash 
 +</code>
  
 Check the container logs: Check the container logs:
docker.1751552327.txt.gz · Last modified: 2025/07/03 17:18 by nightfly