doc
This commit is contained in:
parent
bd72578d9e
commit
777be22f0c
@ -70,6 +70,15 @@ module Faaso
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
# Bring up one or more funkos.
|
||||||
|
#
|
||||||
|
# This doesn't guarantee that they will be running the latest
|
||||||
|
# version, and it will try to recicle paused and exited containers.
|
||||||
|
#
|
||||||
|
# If there is no other way, it will create a brand new container with
|
||||||
|
# the latest known image and start it.
|
||||||
|
#
|
||||||
|
# If there are no images for the funko, it will fail to bring it up.
|
||||||
class Up
|
class Up
|
||||||
@arguments : Array(String) = [] of String
|
@arguments : Array(String) = [] of String
|
||||||
@options : Commander::Options
|
@options : Commander::Options
|
||||||
|
Loading…
Reference in New Issue
Block a user