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