Thanks to visit codestin.com
Credit goes to github.com

Skip to content

DanceMore/df-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dwarf Fortress in Docker

Important note: if the host is running an OS with seccomp, such as Ubuntu 15.10 or later, you will need to add --security-opt=seccomp=unconfined or alter the default Docker profile to allow personality(ADDR_NO_RANDOMIZE) (0x0040000) to your dfhack container's run command.

{
	"names": [
		"personality"
	],
	"action": "SCMP_ACT_ALLOW",
	"args": [
		{
			"index": 0,
			"value": 262144,
			"valueTwo": 0,
			"op": "SCMP_CMP_EQ"
		}
	],
	"comment": "[ADDR_NO_RANDOMIZE] Allow disabling ASLR (Address Space Layout Randomization), which DFHack needs in order to run.",
	"includes": {},
	"excludes": {}
},

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Dockerfile 100.0%