coreos / fleet

fleet ties together systemd and etcd into a distributed init system
Apache License 2.0
2.42k stars 303 forks source link

container: create a fleet docker container #1705

Closed philips closed 7 years ago

philips commented 7 years ago

We need to generate a docker image for fleet that people can use after bind-mounting in the systemd socket.

philips commented 7 years ago

@dongsupark if I give you access to quay.io/coreos/fleet do you think you could generate and push containers of the last few releases?

dongsupark commented 7 years ago

@philips Sure, I will do. Please give the permission to my quay account dongsupark. Thanks.

dongsupark commented 7 years ago

"quay.io/coreos/fleet" was created, and it's now open for everyone. It works also fine. I tested by running "rkt run ... quay.io/coreos/fleet:v0.13.0"

Next step would be to create documents and examples, so that users can easily run fleet via rkt. I have been testing it with coreos-baremetal and ignition. (https://github.com/endocode/coreos-baremetal/tree/dongsu/fleet-examples)

I'll track remaining works on https://github.com/coreos/bugs/issues/1669.