threefoldtech / 0-hub

Threefold Images Hub
https://hub.grid.tf
Apache License 2.0
1 stars 1 forks source link

docker: conversion doesn't seems to works properly on production #67

Closed maxux closed 1 year ago

maxux commented 1 year ago

After converting a docker via the ui, the whole process seems to works but resulting flist is buggy:

0 directories, 1 regular files, 0 symlinks and 0 special files.

/.startup.toml
maxux commented 1 year ago

The container were missing docker command line which was needed to request the docker export. This is maybe supported by the library and should not rely on the command line, this could be improved.

I installed docker.io on the container and now conversion works again.