Skip to content

goochjj/flatcar-podman-overlay

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build

make snapd.raw

Use

Copy snapd.raw to /etc/extensions.

Disable selinux in /etc/selinux/config - must be disabled not permissive. Default file is a symlink so make a copy (cp /etc/selinux/config{,-}; mv /etc/selinux/config{-,})

Run systemctl enable --now snapd.socket

Test

snap install hello-world
snap run hello-world

To make snaps accessible, add /var/lib/snapd/snap/bin to $PATH.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 96.1%
  • Dockerfile 3.1%
  • Makefile 0.8%