llowinge commented on PR #8168:
URL: https://github.com/apache/camel-quarkus/pull/8168#issuecomment-3760825414

   Just for keeping the record for anyone who would like to run tests against 
manually run localstack via docker command, these changes were necessary 
https://github.com/llowinge/camel-quarkus/commit/21bf20ffb9ec707a8f3997f81a6c1ccd5708958d
 and running:
   
   ```
   docker run \                                                                 
                                                                                
                                                                                
                                                                                
                                                                        
     --rm -it \
     -p 127.0.0.1:4566:4566 \
     -p 127.0.0.1:4510-4559:4510-4559 \
     -v /var/run/docker.sock:/var/run/docker.sock \
     localstack/localstack
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to