Skip to content

test only: test repository to debug a problem when running thin-edge.io under a highly customized setup

Notifications You must be signed in to change notification settings

thin-edge/debug-tedge-readonly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  • How do you run services if the rootfs is mutable? Can the service definitions be put under /data? How is it done today?

  • Can new users be added to the base image?

Moving forward

  • Access to hardware without going through AnyDesk...as debugging is almost impossible
./dockcross-linux-armv7l-musl -a "-e LDFLAGS='-static'" bash -c "cd build && cmake -DNNG_ENABLE_SQLITE=ON .. && make clean && make"

arm64 / aarch64

docker run --rm dockcross/linux-arm64-musl > ./dockcross-linux-arm64-musl
chmod +x ./dockcross-linux-arm64-musl

rm -Rf build
mkdir build
./dockcross-linux-arm64-musl -a "-e LDFLAGS='-static'" bash -c "cd build && cmake -DNNG_ENABLE_SQLITE=ON .. && make clean && make"

About

test only: test repository to debug a problem when running thin-edge.io under a highly customized setup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published