foreman_docker / app / views / api / v2 / containers / main.json.rabl @ 5274f6bc
1 |
object @container |
---|---|
2 |
|
3 |
extends 'api/v2/containers/base' |
4 |
|
5 |
attributes :command, :compute_resource_id, :compute_resource_name, :entrypoint, |
6 |
:cpu_set, :cpu_shares, :memory, :tty, |
7 |
:attach_stdin, :attach_stdout, :attach_stderr, |
8 |
:repository_name, :tag, :registry_id, :registry_name, |
9 |
:created_at, :updated_at |