Skip to content

Commit

Permalink
Refactor Up to use funkos
Browse files Browse the repository at this point in the history
  • Loading branch information
ralsina committed Jun 29, 2024
1 parent a2a6633 commit 3aa5843
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/faaso.cr
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,10 @@ module Faaso

# FIXME: name should be unique
response = docker_api.containers.create(name: "fungus", config: conf)
response.@warnings.each { |msg| puts "Warning: #{msg}" }
container_id = response.@id
docker_api.containers.start(response.@id)
# TODO: wait until container is running before next
end
# TODO: Run test for healthcheck
# TODO: Map route in reverse proxy to function
Expand Down

0 comments on commit 3aa5843

Please sign in to comment.