mirror of
				https://github.com/factoriotools/factorio-docker.git
				synced 2025-10-31 00:48:07 +01:00 
			
		
		
		
	
			
				
					
						
					
					bc55163f5c7628832ed71443a6a6912f686e1e5f
				
			
			
		
	Factorio
Factorio Server in docker
How to use ?
3 ways of launching it :
- Without map persistence
- With map persistence
- With existing map
Without map persistence
Here is the command :
docker run -d -p [PORT]:34197/udp factorio
This will generate a new random map with default settings.
If you're going to launch it on your local machine, don't use the port 34197, take another one at random.
With map persistence
docker run -d -v [PATH]:/opt/factorio/saves -p [PORT]:34197/udp factorio
This will generate a new random map with default settings and save it onto the volume.
Replace [PATH] with a path to a folder on the host where the map will be saved.
With existing map
docker run -d -v [PATH]:/opt/factorio/saves -p [PORT]:34197/udp factorio
It's the same as above, so if there is a file named save.zip in the [PATH] folder, it will use that map as default.
Description
				Factorio headless server in a Docker container.
https://hub.docker.com/r/factoriotools/factorio/
						
						
						
						
						
							
								 Readme
							
						
						
							
								 MIT
							
						
						
						
							
							
							 36 MiB
						
					
					Languages
				
				
								
								
									Shell
								
								67.4%
							
						
							
								
								
									Python
								
								12.8%
							
						
							
								
								
									C
								
								12.4%
							
						
							
								
								
									Dockerfile
								
								7%
							
						
							
								
								
									Makefile
								
								0.4%