Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: allow containers to connect to host machine/dockest inside container support #91

Merged

Commits on Oct 2, 2019

  1. Configuration menu
    Copy the full SHA
    958fa0e View commit details
    Browse the repository at this point in the history
  2. feat: add internal config option for making dockest aware of whether …

    …it is executed inside a container or not.
    
    This is a prerequisite for using dockest inside docker containers. see erikengervall#79
    n1ru4l committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    6c7079d View commit details
    Browse the repository at this point in the history
  3. feat: create bridge network if executed inside docker container.

    Detect whether dockest is run inside a docker container. Create network and link all runner containers to the dockest container.
    n1ru4l committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    edc5d89 View commit details
    Browse the repository at this point in the history
  4. feat: use target port and alias host in inside docker container mode

    Revert option of using a function for setting the host. Automatically set the host to the service name in dockest inside docker container mode.
    n1ru4l committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    74e9d74 View commit details
    Browse the repository at this point in the history
  5. chore: add aws-codebuild example.

    Example that showcases dockest in docker. Works inside docker container and outside docker container.
    n1ru4l committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    99fb593 View commit details
    Browse the repository at this point in the history
  6. chore: fix eslint errors

    n1ru4l committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    ad410dd View commit details
    Browse the repository at this point in the history
  7. test: update snapshots

    n1ru4l committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    fc4797a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a036d8c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1036747 View commit details
    Browse the repository at this point in the history
  10. feat: add helper methods that easily allow writing tests for "dockest…

    … inside docker" and "dockest on docker host" environments.
    n1ru4l committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    cf92efc View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    53a908d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9919a8f View commit details
    Browse the repository at this point in the history
  13. Update src/index.ts

    Co-Authored-By: Erik Engervall <erik.engervall@gmail.com>
    n1ru4l and erikengervall authored Oct 2, 2019
    Configuration menu
    Copy the full SHA
    5147e35 View commit details
    Browse the repository at this point in the history