Difference between revisions of "SugarOnDocker"

From Sugar Labs
Jump to navigation Jump to search
(Created page with "=Docker= ==Introduction== Docker allows to run programs using specific operating system onto every computer. You can run a Sugar container using Fedora onto your computer...")
 
m
Line 4: Line 4:
  
 
Docker allows to run programs using specific operating system onto every computer.
 
Docker allows to run programs using specific operating system onto every computer.
  You can run a Sugar container using Fedora onto your computer without having to be on Fedora.
+
You can run a Sugar container using Fedora onto your computer without having to be on Fedora.
  
 
The guest operating system is isolated from the host. When running Sugar onto Docker, you won't have to install Sugar dependencies or to be onto the same OS.
 
The guest operating system is isolated from the host. When running Sugar onto Docker, you won't have to install Sugar dependencies or to be onto the same OS.

Revision as of 10:39, 15 May 2015

Docker

Introduction

Docker allows to run programs using specific operating system onto every computer. You can run a Sugar container using Fedora onto your computer without having to be on Fedora.

The guest operating system is isolated from the host. When running Sugar onto Docker, you won't have to install Sugar dependencies or to be onto the same OS.

Run Sugar using Docker

There's a script to easily run Sugar. It supports data persistance and .activity installation

https://github.com/mikklfr/docker-sugar

Usage

 git clone https://github.com/mikklfr/docker-sugar.git
 cd docker-sugar
 sh run.sh

demo-small.gif