Active
Project:
Docker
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
8 Oct 2013 at 08:40 UTC
Updated:
21 Jul 2015 at 14:30 UTC
Jump to comment: Most recent
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
Comment #0.0
mmilano commentedadding line
Comment #1
andypostMakes sense to list builds with file IO, so
DockerBuildManagershould be enough