Replace docker with podman
This commit is contained in:
		
							parent
							
								
									02842cdace
								
							
						
					
					
						commit
						a4139d6c9e
					
				
					 1 changed files with 4 additions and 7 deletions
				
			
		| 
						 | 
				
			
			@ -37,16 +37,13 @@
 | 
			
		|||
  };
 | 
			
		||||
 | 
			
		||||
  environment.systemPackages = with pkgs; [
 | 
			
		||||
    docker
 | 
			
		||||
    docker-compose
 | 
			
		||||
    podman
 | 
			
		||||
    podman-compose
 | 
			
		||||
  ];
 | 
			
		||||
 | 
			
		||||
  virtualisation.docker = {
 | 
			
		||||
  virtualisation.podman = {
 | 
			
		||||
    enable = true;
 | 
			
		||||
    rootless = {
 | 
			
		||||
      enable = true;
 | 
			
		||||
      setSocketVariable = true;
 | 
			
		||||
    };
 | 
			
		||||
    dockerCompat = true;
 | 
			
		||||
  };
 | 
			
		||||
 | 
			
		||||
  networking.hostName = "EDI";
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue