skorokithakis / netproxy

A Netflix/Hulu/Pandora/etc proxy in a box.
MIT License
233 stars 31 forks source link

Commands not working #6

Closed pjbish closed 8 years ago

pjbish commented 8 years ago

I've followed the instructions, and the commands aren't working for me. I've managed to get to the last step by changing a few of them, but this one particular isn't working:

docker run -p 53:53/udp -p 80:80 -p 443:443 -d skorokithakis/netproxy

I can VPN to the box, and see US Netflix, but get a proxy error when I try to watch

pjbish commented 8 years ago

Here's the error

docker run -p 53:53/udp -p 80:80 -p 443:443 -d skorokithakis/netproxy Unable to find image 'skorokithakis/netproxy:latest' locally Pulling repository docker.io/skorokithakis/netproxy Error: image skorokithakis/netproxy:latest not found

skorokithakis commented 8 years ago

Did you tag the image when building?

pjbish commented 8 years ago

Hi , Thanks for responding. The tag command doesn't work.

Here's how far I get:

Install docker & Git . All OK

Clone the repository on my Ubuntu 14.04 . All OK

cd netproxy python preprocess.py

Both work OK.

docker build - t skorokithakis/netproxy fails. Returns the following error

**root@ustestla:~/netproxy# docker build - t skorokithakis/netproxy docker: "build" requires 1 argument. See 'docker build --help'.

Usage: docker build [OPTIONS] PATH | URL | -

Build an image from a Dockerfile**

If I go back to root, I can run this though:

docker build netproxy

It work, but displays some warnings / errors

pjbish commented 8 years ago

Apologies if this is a newbie error. I'm new to docker.

skorokithakis commented 8 years ago

Try:

docker build - t skorokithakis/netproxy .

pjbish commented 8 years ago

Still not working

root@ustestla:~# docker build - t skorokithakis/netproxy . docker: "build" requires 1 argument. See 'docker build --help'.

Usage: docker build [OPTIONS] PATH | URL | -

Build an image from a Dockerfile

Should I be running this from the net proxy directory ?

skorokithakis commented 8 years ago

Yes, of course. What's your docker version?

pjbish commented 8 years ago

Fails with he same error from netproxy dir.

oot@ustestla:~/netproxy# docker.io version Client version: 1.6.2 Client API version: 1.18 Go version (client): go1.2.1 Git commit (client): 7c8fca2 OS/Arch (client): linux/amd64 Server version: 1.6.2 Server API version: 1.18 Go version (server): go1.2.1 Git commit (server): 7c8fca2 OS/Arch (server): linux/amd64

skorokithakis commented 8 years ago

Ah, there's a space between - and t. There should not be a space between - and t.

pjbish commented 8 years ago

Hi Stavros.

Thanks for your help . I managed to get through the setup.

When I either use the VPS as my DNS or I VPN to it, I can see the US Netflix catalogue fine, but if I try and play anything, I get the proxy error. I'm guessing that the config file hasn't been updated to include the latest settings such as nflxvideo.net.

Where would I find the config file ?

On a separate (but kind of related) subject. The reason that I’m playing with this is that I run a small VPN provider here in Australia. We’ve only been going for a month, but we’re seeing subscribers grow. The majority of our customers use our Service for watching US Netflix.

I’m looking for a developer, who can help us implement a more robust solution than the one that we currently use. I’m also looking to offer DNS as a solution for bypassing the Netflix geoblocking (for smart TVs, apple TV etc). Lastly, I also want to expand our offering to Netflix in other countries (like Singapore, Canada etc) as our customers have asked for it.

So, do you have the skills and capability to develop these types of solutions ? If so, would you be interested in helping us ? We’re still very small, so we don’t have a stack of cash, but I’d be happy to discuss paying for each piece of work as it is delivered.

Check out our site www.vanishedvpn.com http://www.vanishedvpn.com/

Where are you based by the way ?

Phil

On 25 May 2016, at 10:35, Stavros Korokithakis notifications@github.com wrote:

Ah, there's a space between - and t. There should not be a space between - and t.

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/skorokithakis/netproxy/issues/6#issuecomment-221442229