Re: [M100] Dockerized VirtualT

2017-04-09 Thread John R. Hogerhuis
On Sun, Apr 9, 2017 at 12:17 AM Willard Goosey wrote: > On Sun, 09 Apr 2017 02:30:54 + > "John R. Hogerhuis" wrote: > > > > Like say Willard's C compiler port. He'll have to generate test code > > to confirm it's working. It could build CO files and build

Re: [M100] Dockerized VirtualT

2017-04-09 Thread Russell Davis
Mitch, I'm not a big fan of Docker myself it's just too devop-y and agile but for many reasons I was "forced" into using at the beginning of the year so I decided to Docker all the things and so far it's proved more of a help than a hindrance and my dev & test computers have never been so

Re: [M100] Dockerized VirtualT

2017-04-09 Thread Mitch Parker
Russell, I am a big fan of virtualization. Just not Docker. That seems to be a trainwreck due to all the dependency issues. I should have been more clear. Mitch On Sat, Apr 8, 2017 at 9:05 PM Russell Davis wrote: > I wouldn't go as far as to say it's for server

Re: [M100] Dockerized VirtualT

2017-04-09 Thread Willard Goosey
On Sun, 09 Apr 2017 02:30:54 + "John R. Hogerhuis" wrote: > Like say Willard's C compiler port. He'll have to generate test code > to confirm it's working. It could build CO files and build and run > them in a virtualt container. Oh man, formal automated regression

Re: [M100] Dockerized VirtualT

2017-04-08 Thread Mitch Parker
Of which emulating an 80's laptop isn't a good fit. Apache or Wordpress yes, apps like this no. On Sat, Apr 8, 2017 at 9:34 PM Bryan Ard wrote: > When you hear docker, think "cloud". Running VT in a container is more or > less the new way of running things in the "cloud". >

Re: [M100] Dockerized VirtualT

2017-04-08 Thread Bryan Ard
When you hear docker, think "cloud". Running VT in a container is more or less the new way of running things in the "cloud". It is a form of virtualization, which enables cloud type services. Increasingly people are using containers to segregate work loads. On Sat, Apr 8, 2017 at 7:51 PM, John

Re: [M100] Dockerized VirtualT

2017-04-08 Thread Russell Davis
I wouldn't go as far as to say it's for server side apps only as it's used to sandbox development/production environments particularly programs written in Go and for running many different versions of an app at once, allowing upgrades of individual apps without effecting the rest of the system

Re: [M100] Dockerized VirtualT

2017-04-08 Thread John R. Hogerhuis
What is docker / dockerized? -- John.

[M100] Dockerized VirtualT

2017-04-08 Thread Russell Davis
I've put together a Dockerfile for building and running VirtualT inside a Docker container on a Raspberry Pi (all models including PiZero/PiZeroW) and it works pretty well. It's only been tested on a Raspberry Pi2B and Raspberry PiZeroW but it should work on other ARM devices & a couple of