Sha256: 7659d7dac0c1e82b63cf3ab891bee4955bee8ec9a1d4594ecea8b1cdcd74e059
Contents?: true
Size: 327 Bytes
Versions: 1
Compression:
Stored size: 327 Bytes
Contents
docker login -u="<%= @attributes.docker_username %>" -p="<%= @attributes.docker_password %>" docker pull <%= @attributes.app_repo %> docker run --name=<%= @attributes.app_name %> \ --publish=<%= @attributes.app_port_map %> \ --restart=always \ --detach \ <%= @attributes.app_repo %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
gearship-0.2.0 | lib/templates/actions/start_app.sh |