mirror of
				https://github.com/moby/moby.git
				synced 2022-11-09 12:21:53 -05:00 
			
		
		
		
	Update binary install docs with new contents of tgz
This is now up to date with contents of 1.12 tgz Also change usage to `dockerd` not `docker daemon` Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
		
							parent
							
								
									012f9f4cb8
								
							
						
					
					
						commit
						7102e09f29
					
				
					 1 changed files with 5 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -130,11 +130,13 @@ directory named `docker` in your current location.
 | 
			
		|||
$ tar -xvzf docker-latest.tgz
 | 
			
		||||
 | 
			
		||||
docker/
 | 
			
		||||
docker/docker-containerd-ctr
 | 
			
		||||
docker/docker
 | 
			
		||||
docker/docker-containerd
 | 
			
		||||
docker/docker-runc
 | 
			
		||||
docker/docker-containerd-ctr
 | 
			
		||||
docker/docker-containerd-shim
 | 
			
		||||
docker/docker-proxy
 | 
			
		||||
docker/docker-runc
 | 
			
		||||
docker/dockerd
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
Engine requires these binaries to be installed in your host's `$PATH`.
 | 
			
		||||
| 
						 | 
				
			
			@ -154,7 +156,7 @@ $ mv docker/* /usr/bin/
 | 
			
		|||
You can manually start the Engine in daemon mode using:
 | 
			
		||||
 | 
			
		||||
```bash
 | 
			
		||||
$ sudo docker daemon &
 | 
			
		||||
$ sudo dockerd &
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
The GitHub repository provides samples of init-scripts you can use to control
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue