Sorry I'm a few days late to the Docker party (and I don't have the
original thread at hand).
Thanks, Stefan, for sharing your work. I want to share something similar I
worked up for my stack when Martin released pybombs2 and exposed me to the
"deploy" function.
https://hub.docker.com/r/namccart
Three points to make about this OOT Docker example.
1) Everything you're doing manually here can be accomplished using
pybombs2... and pybombs2 makes itself quite amenable to existing within the
Docker image both as an interface to what's already installed on the image
and a handy way to install ne
ter wrote:
> On Thu, Apr 14, 2016 at 3:54 PM Nicholas McCarthy
> wrote:
>
>> Three points to make about this OOT Docker example.
>> 1) Everything you're doing manually here can be accomplished using
>> pybombs2... and pybombs2 makes itself quite amenable to ex
and then there's this
https://github.com/docker/docker/issues/12053
I'm not even sure what version of Docker I used when I did the compression
thing... it wasn't 1.10.
Cheers,
Nick M.
On Thu, Apr 14, 2016 at 8:40 PM Nicholas McCarthy
wrote:
> Yeah, this is one of the
Jason, did you try
pip install --upgrade setuptools
as a first step? Are you running on a special setup such as a patchwork
virtual machine being served to you on a thinclient with f**ed permissions?
Cheers,
Nick M.
On Wed, Oct 12, 2016 at 10:38 AM Jason Matusiak <
ja...@gardettoengineering.com
that sudo isn't actually sudo, but a script. That said, I
wasn't having sudo issues before I reloaded my machine (which was running
14.04).
Thanks!
On 10/12/2016 01:04 PM, Nicholas McCarthy wrote:
Jason, did you try
pip install --upgrade setuptools
as a first step? Are you running on a
ome sort of result
> based on your email. Does this tell us something?
>
> Thanks!
>
> ~Jason
>
>
> On 10/12/2016 02:58 PM, Nicholas McCarthy wrote:
>
> So If I look at sys.path in python, I do see
> /usr/local/lib/python2.7/dist-packages
> (and I didn'
Permission denied:
> '/usr/local/lib/python2.7/dist-packages/wheel'
>
> Trying it with sudo returns the same errors. My solution to get it to
> install was to sudo su -, and install it from there. Supposedly it has
> something to do with sudo forking the command back t
(However, I think there's a lot of upside to installing on a vanilla OS for
comparison, replicating your error on your IT-polluted OS, and forcing IT
to fix the problems they're imposing on you.)
Cheers,
Nick M.
On Thu, Oct 13, 2016 at 1:42 PM Nicholas McCarthy
wrote:
> You need