Docker: open source portability project (Linux world)

Discuss anything related to portable freeware here.
Post Reply
Message
Author
juvera
Posts: 22
Joined: Sat Oct 15, 2011 4:05 am

Docker: open source portability project (Linux world)

#1 Post by juvera »

An interesting initiative for anyone interested in portability:

http://www.infoworld.com/t/application- ... ion-238918

User avatar
Midas
Posts: 6726
Joined: Mon Dec 07, 2009 7:09 am
Location: Sol3

Re: Docker: open source portability project (Linux world)

#2 Post by Midas »

juvera wrote:An interesting initiative for anyone interested in portability:

http://www.infoworld.com/t/application- ... ion-238918
  • Cool. But for once, seems like Linux is rather late to the party... :roll:

User avatar
SYSTEM
Posts: 2043
Joined: Sat Jul 31, 2010 1:19 am
Location: Helsinki, Finland

Re: Docker: open source portability project (Linux world)

#3 Post by SYSTEM »

Wow. I didn't expect enterprises to be at all interested in portability. :shock:
My YouTube channel | Release date of my 13th playlist: August 24, 2020

User avatar
Midas
Posts: 6726
Joined: Mon Dec 07, 2009 7:09 am
Location: Sol3

Re: Docker: open source portability project (Linux world)

#4 Post by Midas »

After all this time, I'm still in the dark here. Is anyone able to provide practical details for this? :?

User avatar
webfork
Posts: 10821
Joined: Wed Apr 11, 2007 8:06 pm
Location: US, Texas
Contact:

Re: Docker: open source portability project (Linux world)

#5 Post by webfork »

Midas wrote:After all this time, I'm still in the dark here. Is anyone able to provide practical details for this? :?
As I understand it, this is an effort by a wide variety of companies to get everyone on the same page about cloud storage/computing. The problem is that most companies don't want to move to the cloud because they are worried about getting stuck with one company. Docker-compatibility means you can leave your current provider and easily go elsewhere.

It's portable in the sense that you can run docker programs on many separate systems.

The other hope is that this will resolve a lot of the security concerns with cloud computing. It's one of the ongoing reasons customers still seek "on premise" solutions, which are not as robust or scalabale.

shnbwmn
Posts: 265
Joined: Sat Jul 11, 2015 12:59 am

Re: Docker: open source portability project (Linux world)

#6 Post by shnbwmn »

Seemingly related ...

Snappy: http://snapcraft.io/
On Ubuntu site: https://www.ubuntu.com/desktop/snappy
Wikipedia: https://en.wikipedia.org/wiki/Snappy_(package_manager)
Snaps are universal Linux packages

How do snaps work?

A snap is a fancy zip file containing an application together with its dependencies, and a description of how
it should safely be run on your system, especially the different ways it should talk to other software.

Most importantly snaps are designed to be secure, sandboxed, containerised applications isolated from the
underlying system and from other applications. Snaps allow the safe installation of apps from any vendor
on mission critical devices and desktops.

User avatar
webfork
Posts: 10821
Joined: Wed Apr 11, 2007 8:06 pm
Location: US, Texas
Contact:

Re: Docker: open source portability project (Linux world)

#7 Post by webfork »

shnbwmn wrote:A snap is a fancy zip file containing an application together with its dependencies, and a description of how
it should safely be run on your system, especially the different ways it should talk to other software.
That's great. I wonder if there's a way to package a copy of WINE into all that so you could run a Windows programs from here on the site entirely inside a Snap.

Post Reply