mirror of
https://github.com/soup-bowl/opensimulator-docker.git
synced 2026-08-14 08:52:12 +00:00
Added init CST.
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
schemaVersion: '2.0.0'
|
||||
fileExistenceTests:
|
||||
- name: 'Defaults are available'
|
||||
path: '/opt/opensim/bin/defaults'
|
||||
shouldExist: true
|
||||
- name: 'OpenSimulator is installed'
|
||||
path: '/opt/opensim/bin'
|
||||
shouldExist: true
|
||||
- name: 'Entrypoint available'
|
||||
path: '/usr/local/bin/docker-entrypoint.sh'
|
||||
shouldExist: true
|
||||
isExecutableBy: 'owner'
|
||||
# commandTests:
|
||||
# - name: "Run OpenSimulator"
|
||||
# setup: [["docker-entrypoint.sh"]]
|
||||
# command: "timeout"
|
||||
# args: ["-s", "SIGINT", "10s", "dotnet", "OpenSim.dll"]
|
||||
containerRunOptions:
|
||||
allocateTty: true
|
||||
Reference in New Issue
Block a user