Getting arch back
This commit is contained in:
		
							parent
							
								
									29866d0e75
								
							
						
					
					
						commit
						3f1a0d9a8a
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -363,8 +363,8 @@ func (d *Driver) Create(name string, image string, volumePath string, HTTPPort i
 | 
				
			||||||
		},
 | 
							},
 | 
				
			||||||
		&network.NetworkingConfig{},
 | 
							&network.NetworkingConfig{},
 | 
				
			||||||
		&specs.Platform{
 | 
							&specs.Platform{
 | 
				
			||||||
			// Architecture: "amd64",
 | 
								Architecture: "amd64",
 | 
				
			||||||
			// OS:           "linux",
 | 
								OS:           "linux",
 | 
				
			||||||
		},
 | 
							},
 | 
				
			||||||
		name,
 | 
							name,
 | 
				
			||||||
	)
 | 
						)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue