services: claude-code: build: context: . dockerfile: Podmanfile privileged: true security_opt: - seccomp=unconfined - label=disable devices: - /dev/fuse environment: - STORAGE_DRIVER=vfs volumes: - ./workspace:/workspace:Z - ./storage:/var/lib/containers/storage:Z stdin_open: true tty: true command: bash