Evan Hazlett

Results 15 issues of Evan Hazlett

This is to control the process of which containers are started. Examples could be: # Rolling This would start new containers and replace the old ones one at a time....

A PR was "stuck" (https://github.com/docker/docker/pull/30303) in that no build was triggered and when adding the `rebuild/arm` label the following error was thrown: ``` time="2017-02-13T21:41:25-05:00" level=info msg="running operation" number=30303 operation=rebuild repository="docker/docker"...

This adds support for copying archives to a container.

This allows specifying the version of the API to use.

This updates the `Dockerfile` to use Alpine for build and image. ``` ehazlett/nflow-generator latest 1c6091c56dfa 4 hours ago 8.59MB networkstatic/nflow-generator latest 37af5e2a0beb 2 months ago 966MB ```

The stellarproject org doesn't yet have github actions enabled. Once they are enabled for the org I'll re-enable and add back the installation docs.

These will direct where to define and run containers. - [x] Random - [ ] Targeted - [ ] Unique (i.e. not allowed on the same host/zone) - [ ]...

These will be addons that can add various functionality (i.e. metrics, deployment functionality, scaling, etc).

Implement cluster level authentication.

This will handle importing images from Docker repositories. This should not only pull but also "replicate" (pull the images on multiple hosts throughout the cluster) to keep them in sync...