add devcontainer

This commit is contained in:
2025-03-24 11:17:05 -05:00
parent 8acc46c08d
commit a580e78d81
6 changed files with 37 additions and 24 deletions

11
.devcontainer/compose.yml Normal file
View File

@ -0,0 +1,11 @@
---
services:
kubernaut:
build:
context: .
dockerfile: Dockerfile
volumes:
- ..:/workspace:cached
command: sleep infinity
memcached:
image: memcached:latest