Replies: 1 comment
-
Hi @SR-G , |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Just in case someone also needs to do it, here are my steps for running netbootd inside docker (it works flawlessly, once the "zerolog / journalD" has been disabled/removed).
Building the container.
Use this dockerfile
docker build -t netbootd .
:Running the container
No need for the
netbootd.yml
file (but you can still add it with a mount point if needed, and adjust the CMD line from the dockerfile)Local folders organisations
When launching the containers, the manifests and configs files are hosted on my side inside the host (for me, a home-made NAS), with that folder organisation :
The rebuild-configs.sh is just there for the flatcar IGNITION files.
That's all.
Beta Was this translation helpful? Give feedback.
All reactions