155,664 questions
2209
votes
10
answers
432k
views
Should I use Vagrant or Docker for creating an isolated environment? [closed]
I use Ubuntu for development and deployment and have a need for creating an isolated environment.
I am considering either Vagrant or Docker for this purpose. What are the pros and cons, or how do ...
12
votes
4
answers
15k
views
Docker container - how to configure so it gets a viable IP address when running in vagrant?
Docker (www.docker.io) looks terrific. However, after installing VirtualBox, Vagrant
... and finally Docker on a Mac, I'm finding it's not possible to access the service running in the Docker ...
1
vote
1
answer
1k
views
I keep getting "bsdtar: Failed to set file flags" when I try do pull base
I wanted to start playing with docker last night but couldn't get it working. I would run the simple command docker pull base and it would take its time to download 98M of data. Then it would complain ...
53
votes
4
answers
46k
views
Can I suspend and then resume a Docker container?
I would like to suspend a Docker container and resume later. How can this be done?
By suspending I mean that it should save the state of ongoing process (e.g. video encoding) and then resume it back ...
4
votes
2
answers
2k
views
docker: net: no such interface
I have just installed docker on a fedora 18 system:
Linux draco 3.8.4-202.fc18.x86_64 #1 SMP Thu Mar 21 17:02:20 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
[mike@draco docker-master]$ sudo ./docker ...
1
vote
1
answer
2k
views
Firewall for the container in docker
How to know network interface of the container after running docker ?
Requesting simple examples of setting firewall for the container in docker.
4
votes
1
answer
658
views
When will Docker be launched? [closed]
I need a tool to encapsulate heterogeneous payloads in Standard Containers, and run them on any server with strong guarantees of isolation and repeatability.
When will Docker be launched??