forked from paigeadelethompson/docker-solaris
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocker-compose-vnc.yml
More file actions
53 lines (50 loc) · 925 Bytes
/
docker-compose-vnc.yml
File metadata and controls
53 lines (50 loc) · 925 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
version: '2.1'
networks:
default:
services:
solaris:
stdin_open: true
tty: true
restart: on-failure:1
hostname: aux
build:
context: .
dockerfile: Dockerfile
image: qemu-sparc:latest
environment:
GRAPHICS: tcx
MACHINE_TYPE: SS-5
SMP: 1
BOOT: c
CD_IMAGE: /qemu/iso/solaris-2.6.iso
SOCKET_NET: listen=0.0.0.0:65534
VNC_HOST: :0
LANG: en_US.utf8
TZ: UTC
MAC: "de:ad:de:01:02:03"
MEM: 64M
ulimits:
nproc: 10240
nofile:
soft: 10240
hard: 10240
ports:
- '23:23'
networks:
default:
volumes:
- disk:/qemu/disk
- iso:/qemu/iso
novnc:
ports:
- 8580:6080
networks:
default:
environment:
- AUTOCONNECT=true
- VNC_PASSWORD=none
- VNC_SERVER=solaris:5900
image: bonigarcia/novnc:1.2.0
volumes:
disk:
iso: