Docker for testing #1100
-
| Hi, I'm trying to implement feature #1075. | 
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            dantownsend
          
      
      
        Oct 16, 2024 
      
    
    Replies: 1 comment 1 reply
-
| If using Docker, you could: 
 I usually just run Postgres on the bare metal for local testing, using Postgres.app on the Mac, or just  | 
Beta Was this translation helpful? Give feedback.
                  
                    1 reply
                  
                
            
      Answer selected by
        aarcex3
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
If using Docker, you could:
I usually just run Postgres on the bare metal for local testing, using Postgres.app on the Mac, or just
apt installon Ubuntu. I can't really help with Windows.