WIP: update tests file #1
					 1 changed files with 4 additions and 5 deletions
				
			
		update starting docker manually
				commit
				
					
					
						1b0d2a6c70
					
				
			
		| 
						 | 
				
			
			@ -25,12 +25,11 @@ jobs:
 | 
			
		|||
          apt-get install -qq -y docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin=2.20.2-1~debian.11~bullseye
 | 
			
		||||
          apt-get install -qq -y docker-compose-plugin=2.20.2-1~debian.11~bullseye
 | 
			
		||||
 | 
			
		||||
      - name: Start Docker
 | 
			
		||||
      - name: Start Docker Daemon in the Background
 | 
			
		||||
        run: |
 | 
			
		||||
          systemctl start docker
 | 
			
		||||
          systemctl status docker
 | 
			
		||||
          docker version
 | 
			
		||||
          docker compose version
 | 
			
		||||
          nohup dockerd > /dev/null 2>&1 &
 | 
			
		||||
          sleep 10  # Wait for Docker to initialize
 | 
			
		||||
          docker info  # Verify Docker is running
 | 
			
		||||
 | 
			
		||||
      - name: run the example
 | 
			
		||||
        run: |
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue