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

Data mounts and port forwarding #12

Open
raulbe opened this issue Jul 24, 2015 · 1 comment
Open

Data mounts and port forwarding #12

raulbe opened this issue Jul 24, 2015 · 1 comment

Comments

@raulbe
Copy link

raulbe commented Jul 24, 2015

I was just exploring data mounts and some thing like this

unshare -m -- /bin/sh -c "mount -o bind,noexec,nosuid,nodev /var/bocker/shared '$btrfs_path/$uuid'/var/www/data"

seems to work well enough for basic host to container mounts.

Apart from iptables, socat is also a excellent option for port forwarding with a simple one liner;

socat TCP-LISTEN:80,fork TCP:10.0.0.2:80

@Fusion
Copy link

Fusion commented Aug 6, 2015

However, socat is a user space binary. iptables allow for kernel tcp rewriting, which in the long run is what containers need (like brawndo!)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants