Jason Rowe

Be curious! Choose your own adventure.

Category: Docker

  • RavenDB Network Tests

    RavenDB Network Tests

    When using RavenDB for important sales and purchase documents how do you know if your code is transactional and safe? That is a question I was asking myself and so I created RavenDBNetworkTests to allow testing of RavenDB with simulated network conditions. The network simulations are done via ToxiProxy. The repo and this blog post […]

  • Common Docker Stuff

    The following is a list of Docker commands I use. These commands are used on windows 10 running Linux containers. Connectivity Tests Frequently I do quick tests to check permissions or connectivity to a service or NFS share from a container. I do this by running a busybox container to perform a simple action. The […]