mirror of
				https://github.com/moby/moby.git
				synced 2022-11-09 12:21:53 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			30 lines
		
	
	
	
		
			1.1 KiB
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			30 lines
		
	
	
	
		
			1.1 KiB
		
	
	
	
		
			Text
		
	
	
	
	
	
 | 
						|
## FIXME
 | 
						|
 | 
						|
This file is a loose collection of things to improve in the codebase, for the internal
 | 
						|
use of the maintainers.
 | 
						|
 | 
						|
They are not big enough to be in the roadmap, not user-facing enough to be github issues,
 | 
						|
and not important enough to be discussed in the mailing list.
 | 
						|
 | 
						|
They are just like FIXME comments in the source code, except we're not sure where in the source
 | 
						|
to put them - so we put them here :)
 | 
						|
 | 
						|
 | 
						|
* Merge Runtime, Server and Builder into Runtime
 | 
						|
* Run linter on codebase
 | 
						|
* Unify build commands and regular commands
 | 
						|
* Move source code into src/ subdir for clarity
 | 
						|
* Clean up the Makefile, it's a mess
 | 
						|
- docker buidl: show short IDs
 | 
						|
- docker build: on non-existent local path for ADD, don't show full absolute path on the host
 | 
						|
- mount into /dockerinit rather than /sbin/init
 | 
						|
- docker tag foo REPO:TAG
 | 
						|
- use size header for progress bar in pull
 | 
						|
- Clean up context upload in build!!!
 | 
						|
- Parallel pull
 | 
						|
- Ensure /proc/sys/net/ipv4/ip_forward is 1
 | 
						|
- Force DNS to public!
 | 
						|
- Always generate a resolv.conf per container, to avoid changing resolv.conf under thne container's feet
 | 
						|
- Save metadata with import/export
 | 
						|
- Upgrade dockerd without stopping containers
 |