Create super simple container for playing around in.
This commit is contained in:
10
Config/Sandbox/docker-compose.example.yml
Normal file
10
Config/Sandbox/docker-compose.example.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
# 2025-11-11 Hyperling
|
||||
# Basic container for testing commands in a blank slate environment.
|
||||
|
||||
services:
|
||||
app:
|
||||
container_name: sandbox
|
||||
image: debian:trixie-slim
|
||||
command: "tail -F /var/mail/*"
|
||||
volumes:
|
||||
- ../../Volumes/Sandbox/root-shared:/root/shared
|
||||
Reference in New Issue
Block a user