Ubuntu – Creating own snap images

snapubuntu-core

I see some similarities between Snap and Docker. I cant find on internet any guide how to create snap image, like image in Docker. How to create it?
I want to build snap with some old libs and old app that misbehave on new Ubuntu.

Best Answer

I think you should read this articles

How to build snaps

Examples on packaging snaps. It is useful for build desktop snaps. It includes examples using diferent languages, like google's GO.

Related Question