Re: [Sugar-devel] Introduction to the list

2015-05-12 Thread Michaël Ohayon
It seems that the docker service is not running. Does systemctl start docker gave you an error ? Le 12 mai 2015 02:55, Gonzalo Odiard godi...@sugarlabs.org a écrit : I have installed docker-io As root: # dnf install -y docker-io # systemctl start docker.service # systemctl enable

Re: [Sugar-devel] Introduction to the list

2015-05-12 Thread Michaël Ohayon
Yes, docker should work now :) -- Michaël Ohayon Manager de l'Innovation Cloud et Mobilité Epitech Innovation Hub 2015-05-12 13:37 GMT+02:00 Gonzalo Odiard godi...@sugarlabs.org: On Tue, May 12, 2015 at 3:33 AM, Michaël Ohayon mohayo...@gmail.com wrote: It seems that the docker service is

Re: [Sugar-devel] Introduction to the list

2015-05-12 Thread Gonzalo Odiard
Nice. Is working now. This is very interesting. Started ok, and show a nice group of activities A few comments/questions: * Every time starts fresh (ask age/gender and select a color). There are any way to preserve a state? * Docker is using the packages installed in Fedora, right? What Fedora

Re: [Sugar-devel] Introduction to the list

2015-05-12 Thread Michaël Ohayon
Great ! - I'll look onto preserving the state for the next versions - Docker can run any docker container based on any linux. Your os got his own docker version but you can run everything. My Dockerfile specifies that the container should use fedora. So the guest OS is fedora even if I use

Re: [Sugar-devel] Introduction to the list

2015-05-12 Thread Gonzalo Odiard
I'll setup a wiki page to keep this available ! Thanks, good idea. Gonzalo ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel

Re: [Sugar-devel] Introduction to the list

2015-05-11 Thread Michaël Ohayon
Yes, I'll add an option to enable using just a folder, it will be better that way. I'm running this under ArchLinux. The docker-io is the correct package, the another one is something not related at all. It's a dock applet systray program : https://fedorahosted .org/fpc/ticket/341 Many distros

Re: [Sugar-devel] Introduction to the list

2015-05-11 Thread Michaël Ohayon
Hi ! I've updated the script. You can now start a sugar environment and provide activities folders ! https://github.com/mikklfr/docker-sugar I've got two activities folders which I want to test : 2048.activity and Valorar.activity. I can run sugar and provide those activities by running the

Re: [Sugar-devel] Introduction to the list

2015-05-11 Thread Gonzalo Odiard
I have installed docker-io As root: # dnf install -y docker-io # systemctl start docker.service # systemctl enable docker.service Then, with my user I cloned the repo: git clone https://github.com/mikklfr/docker-sugar.git cd docker-sugar/ sh run.sh FATA[] Post

Re: [Sugar-devel] Introduction to the list

2015-05-11 Thread Gonzalo Odiard
Maybe point to directory where you have installed your activities? Or take it from a env variable. A few questions: What is your testing environment? I am looking at how to install docker in Fedora, and have different instructions depending on the version https://fedoraproject.org/wiki/Docker I

Re: [Sugar-devel] Introduction to the list

2015-05-11 Thread Michaël Ohayon
Hi, I've just setup something to run sugar with docker. It will work on GNU/Linux only with X11 and pulseaudio. I've published it on the docker registry and github. - https://github.com/mikklfr/docker-sugar - The docker image is mikkl/sugar It's kind of a poc for now. I'll setup a script to

Re: [Sugar-devel] Introduction to the list

2015-05-02 Thread Gonzalo Odiard
Nice. And you have a docker recipe to create a sugar development environment? Can be used in any operating system? I am asking because we are thinking in how make easier develop in different os, and also how distribute Sugar to users in other platforms. Gonzalo On Fri, May 1, 2015 at 1:23 PM,

Re: [Sugar-devel] Introduction to the list

2015-05-01 Thread Michaël Ohayon
Thanks, Docker is a great tool for booting up a container using LXC, you can refer to it as a very light vm focused on a specific task. You can script in minutes a way to boot a program by targetting a specific OS from any GNU/Linux For instance here is a Dockerfile to - bootup an archlinux

Re: [Sugar-devel] Introduction to the list

2015-04-30 Thread Gonzalo Odiard
Hi Michaël, Welcome! Few months later, I joined the Docker Paris Hackathon and had built Sugarizer and Sugar containers (with graphical support for the Sugar one). Interesting. I don't know more from Docker than the sporadic news, could explain what can be done with the Sugar container? My

[Sugar-devel] Introduction to the list

2015-04-29 Thread Michaël Ohayon
Hello everyone, My name is Michaël Ohayon. I'm new to this list and I'm very glad to contribute to Sugar during the Google Summer Of Code ! I'm a 4th year computer science student at Epitech Paris. I'm fond of free software and had the opportunity to help the local Ubuntu's community for years