Skip to content

Commit fa53831

Browse files
committed
Add a comment about starting up the container if it gets to the point of successfully starting.
1 parent fa3564f commit fa53831

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/centurion/deploy.rb

+1
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ def start_new_container(server, service, restart_policy)
108108

109109
info "Starting new container #{container['Id'][0..7]}"
110110
server.start_container(container['Id'], host_config)
111+
info "Container #{container['Id'][0..7]} successfully"
111112

112113
# since this likely contains secrets we don't want to be always printing configurations
113114
debug "Inspecting new container #{container['Id'][0..7]}:"

0 commit comments

Comments
 (0)