Atualização - 07/04/2026 - 12:05

This commit is contained in:
2026-04-07 12:04:25 -03:00
parent 9a988e5bf5
commit 4fd810192e
2 changed files with 61 additions and 0 deletions

7
lab01/docker-compose.yml Normal file
View File

@@ -0,0 +1,7 @@
services:
hostlabredes:
image: docker.ifrncn.com.br/rk/rk-hostlabredes:latest
container_name: hostlabredes
hostname: hostlabredes
restart: always
command: /bin/bash -c "tail -f /dev/null"