-
Notifications
You must be signed in to change notification settings - Fork 17
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
feat: allow containers to connect to host machine/dockest inside container support #91
Commits on Oct 2, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 958fa0e - Browse repository at this point
Copy the full SHA 958fa0eView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 6c7079d - Browse repository at this point
Copy the full SHA 6c7079dView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for edc5d89 - Browse repository at this point
Copy the full SHA edc5d89View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 74e9d74 - Browse repository at this point
Copy the full SHA 74e9d74View commit details -
chore: add aws-codebuild example.
Example that showcases dockest in docker. Works inside docker container and outside docker container.
Configuration menu - View commit details
-
Copy full SHA for 99fb593 - Browse repository at this point
Copy the full SHA 99fb593View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad410dd - Browse repository at this point
Copy the full SHA ad410ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for fc4797a - Browse repository at this point
Copy the full SHA fc4797aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a036d8c - Browse repository at this point
Copy the full SHA a036d8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1036747 - Browse repository at this point
Copy the full SHA 1036747View commit details -
feat: add helper methods that easily allow writing tests for "dockest…
… inside docker" and "dockest on docker host" environments.
Configuration menu - View commit details
-
Copy full SHA for cf92efc - Browse repository at this point
Copy the full SHA cf92efcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 53a908d - Browse repository at this point
Copy the full SHA 53a908dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9919a8f - Browse repository at this point
Copy the full SHA 9919a8fView commit details -
Co-Authored-By: Erik Engervall <erik.engervall@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 5147e35 - Browse repository at this point
Copy the full SHA 5147e35View commit details