k8s-docker-suite-app-murano/DockerStandaloneHost/package/Resources/StartDocker.template
Dmytro Dovbii 36bb9cc86a Delete unused parameter from Start Docker EP
Change-Id: I9f0cf09e4f301e39dd15cdc9568da0f1fb36f5fd
2015-07-02 10:23:11 +03:00

29 lines
835 B
Plaintext

# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.
FormatVersion: 2.0.0
Version: 1.0.0
Name: Start docker service
Body: |
startDocker()
Scripts:
startDocker:
Type: Application
Version: 1.0.0
EntryPoint: startDocker.sh
Options:
captureStdout: false
captureStderr: false
verifyExitcode: false