Skip to content

Commit

Permalink
cap 2
Browse files Browse the repository at this point in the history
  • Loading branch information
constantineav committed Mar 8, 2024
1 parent e15600a commit a4a5d08
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/clj/swarmpit/docker/engine/mapper/inbound.clj
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,8 @@
:user (get-in service-task-template [:ContainerSpec :User])
:dir (get-in service-task-template [:ContainerSpec :Dir])
:tty (get-in service-task-template [:ContainerSpec :TTY])
:cap_add (get-in service-task-template [:ContainerSpec :Cap_add])
:cap_drop (get-in service-task-template [:ContainerSpec :Cap_drop])
:healthcheck (->service-healthcheck healthcheck)
:logdriver {:name (->service-log-driver service-task-template info)
:opts (->service-log-options service-task-template)}
Expand Down Expand Up @@ -530,4 +532,4 @@
(get-in % [:Status :ContainerStatus :ContainerID])
{:node (:NodeID %)
:task (:ID %)})
service-tasks)))
service-tasks)))

0 comments on commit a4a5d08

Please sign in to comment.