Atualização - 24/04/2026 - 12:17

This commit is contained in:
2026-04-24 12:17:14 -03:00
parent c0a1c42fd6
commit 32d4dfa26b
3 changed files with 88 additions and 0 deletions

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

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