vm: Initial commit

This commit is contained in:
PorridgePi
2022-09-26 12:40:38 +01:00
commit 10531c39ef
3 changed files with 64 additions and 0 deletions

15
vm/docker-compose.yml Normal file
View File

@@ -0,0 +1,15 @@
version: "3.9"
services:
ubuntu:
image: ubuntu
container_name: ubuntu
stdin_open: true
tty: true
environment:
HOST_IP: 192.168.2.200
volumes:
- "./src:/src"
# volumes:
# ubuntu-data: