Determine whether the docker build should be an entity, or if managing a file directory is sufficient.

Dockerbuild features:

- Docker builds will be physical files in the private file system.
- The machine_name will be the directory name.
- The actual Dockerfile should be editable via a textarea.
- Docker builds can be imported as a compressed file (formats?)
- Docker builds can be exported as a compressed file
- Docker build file system needs to be browsable, or at least the file tree needs to display somewhere
- An image should be able to be built on any Docker host (requires compression & file stream)

Comments

mmilano’s picture

Issue summary: View changes

adding line

andypost’s picture

Issue summary: View changes

Makes sense to list builds with file IO, so DockerBuildManager should be enough