Files
build/ubuntu-12.04-build-env/docker-compose.yml
2025-03-10 10:16:38 +08:00

16 lines
364 B
YAML

services:
ubuntu12-dev:
image: ubuntu:12.04
build:
context: .
#dockerfile: Dockerfile
container_name: ubuntu12-dev
volumes:
- /home/simon/ocs.git:/home/simon/ocs.git
#- /home/simon/.ssh:/home/simon/.ssh
environment:
- TZ=Asia/Shanghai
tty: true
stdin_open: true
command: tail -f /dev/null