Sign inSign up

tingtingths/factorio

By tingtingths

Updated about 6 years ago

Image
0

715

tingtingths/factorio repository overview

Factorio Headless Server on Docker

Dockerfile with fac packed

Usage

Build image
docker build -t my_factorio_image .
Start container with the image
# Mount the /app/data with sample_data_directory
docker run -d --name factorio \
	--restart=always \
	-p 34197:34197/udp \
	-p 27015:27015 \
	-e "RCON_PASSWD=somepassword" \
	-v <path/to/factorio/data/folder>:/app/data:Z \
	my_factorio_image
List mods installed
docker exec factorio fac list

Tag summary

Content type

Image

Digest

Size

109.1 MB

Last updated

about 6 years ago

docker pull tingtingths/factorio