Skip to content

Instantly share code, notes, and snippets.

@thehar
Last active December 15, 2017 14:05
Show Gist options
  • Save thehar/9124408 to your computer and use it in GitHub Desktop.
Save thehar/9124408 to your computer and use it in GitHub Desktop.
Add forwarded port to kitchen yaml
---
driver:
network:
- ["forwarded_port", {guest: 80, host: 8080}]
- ["private_network", {ip: "192.168.33.33"}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment