Hi! Will I have problems running `fleet serve` if ...
# fleet
j
Hi! Will I have problems running
fleet serve
if while making a custom docker Image, I remove the
fleetctl
binary? This is part of a process of having only the strictly required inside our images, and I’m not sure if
fleetctl
is required for the server functionality.
k
What kind of errors are you running in to?
j
Not running into errors just yet, just making sure fleetctl is used or not with the
fleet
binary, and if I can safely remove it from the final Docker Image or not
k
I don't believe there should be any issues there!
j
Perfect! Thanks Kathy! 😁