Re: [swift-users] Ubuntu/Centos docker with swift 3

2016-12-12 Thread Alex Blewitt via swift-users
Sent from my iPhone 📱 > On 12 Dec 2016, at 22:32, Gerard Iglesias wrote: > > Hello, > > Something important to note, i have created an image from scratch installing > emacs in place of vim. > > But to get swift working we have to run the image with privilege access like > this > > docke

Re: [swift-users] Ubuntu/Centos docker with swift 3

2016-12-12 Thread Gerard Iglesias via swift-users
Hello, Something important to note, i have created an image from scratch installing emacs in place of vim. But to get swift working we have to run the image with privilege access like this docker run -ti --privileged=true theImageName Unless we get an error when running the REPL Regards Ge

Re: [swift-users] Ubuntu/Centos docker with swift 3

2016-12-12 Thread Gerard Iglesias via swift-users
Great Thank you a lot. > On 12 Dec 2016, at 13:49, Alex Blewitt wrote: > > On 12 Dec 2016, at 11:06, Gerard Iglesias via swift-users > mailto:swift-users@swift.org>> wrote: >> >> Hi everybody, >> >> I would like to know if somebody use Docker with image of Ubuntu or Centos >> with swift 3 o

Re: [swift-users] Ubuntu/Centos docker with swift 3

2016-12-12 Thread Alex Blewitt via swift-users
On 12 Dec 2016, at 11:06, Gerard Iglesias via swift-users wrote: > > Hi everybody, > > I would like to know if somebody use Docker with image of Ubuntu or Centos > with swift 3 on them to make a working dev environment ? > > I just start to learn Docker use, which is not hard obviously, but

[swift-users] Ubuntu/Centos docker with swift 3

2016-12-12 Thread Gerard Iglesias via swift-users
Hi everybody, I would like to know if somebody use Docker with image of Ubuntu or Centos with swift 3 on them to make a working dev environment ? I just start to learn Docker use, which is not hard obviously, but I wonder if we can build a complete development environment with it … Any advice