Atualização - 17/04/2026 - 10:48

This commit is contained in:
2026-04-17 10:48:01 -03:00
parent 4f7028f81c
commit 1c22bf04a2
2 changed files with 30 additions and 0 deletions

BIN
assets/rk-windows7.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 200 KiB

30
docker-compose.yml Normal file
View File

@@ -0,0 +1,30 @@
services:
windows7:
image: docker.ifrncn.com.br/rk/rk-windows:latest
container_name: windows7
devices:
- /dev/kvm
cap_add:
- NET_ADMIN
ports:
- 8006:8006
volumes:
- ./sistema:/storage
- ./dados:/shared
# - ./imagem.iso:/boot.iso
stop_grace_period: 2m
restart: on-failure
environment:
<<<<<<< HEAD
VERSION: "7u" # Define a versão (win11, win10, etc)
RAM_SIZE: "2G" # Mínimo recomendado para Win11
CPU_CORES: "2" # Quantidade de núcleos
DISK_SIZE: "15G" # Tamanho do disco virtual
=======
VERSION: "7u"
RAM_SIZE: "2G"
CPU_CORES: "2"
DISK_SIZE: "10G"
>>>>>>> 5873deb52aa21b9e86404a4df3f915901e2aba71
USERNAME: "admin"
PASSWORD: "admin"