Bruno Pinto

Results 86 comments of Bruno Pinto

As I had to re-compile this image again, and it takes hours to build, I thought about sharing the built images here. [docker 1.12.zip](https://github.com/nlf/dhyve-os/files/480597/docker.1.12.zip)

@klenis I didn't notice any speed increase. Perhaps I added the wrong flag? Would you mind sharing what you did? Perhaps a PR? This is what I did: ``` diff...

> It's strange that it sill looks up index.docker.io on 192.168.64.1:53 after your modification. > Did you restart the VM after the modification of resolve.conf? > It's not persistent in...

I tried it with success: ``` [docker@docker-root ~]$ docker search ubuntu NAME DESCRIPTION STARS OFFICIAL AUTOMATED ubuntu Ubuntu is a Debian-based Linux operating s... 2564 [OK] ubuntu-upstart Upstart is an...

Sorry, I don't know much about network. > When you execute nslookup index.docker.io on the VM with nameserver 8.8.8.8, > what is the output? ``` docker@boot2docker:~$ nslookup index.docker.io Server: 192.168.64.1...

By the way, I just got internet working on boot2docker: ``` docker@boot2docker:~$ echo nameserver 8.8.8.8 > /etc/resolv.conf docker@boot2docker:~$ sudo /etc/init.d/docker restart docker@boot2docker:~$ docker search ubuntu ``` Which explains why the...

> Which terminal application do you use? Terminal or iTerm? I'm using iTerm. > /etc/resolve.conf in docker-root is as follows by default. :+1: That explains it. --- On OSX: ```...

My 2 cents: I don't think you want to open this can of worms of officially supporting containers. Longer version: Not all tools can be executed with a dedicated container,...

Yes, that's my opinion, the problem is usually not on running the containers themselves. As an example, I have aliased "npm", "eslint", "prettier", and others to a command that will...