Building the snap

Whether you use Linux, Mac, or Windows for your development environment, you can create snaps of your app provided it is able to natively run on Linux.

Once you’ve set up your project to produce snaps, you can build your .snap file:

It is also possible to build snaps from Docker, or by using remote-build facilities.

I wonder if we should warn about the known issues(i.e. build will fail if the snap uses *-snaps due to the unavailable snapd in the container) that are specific with using the docker distribution?