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
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
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
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
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