Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9123957
docker-run-start.erb
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
636 B
Subscribers
None
docker-run-start.erb
View Options
<%
if
@before_start
-%>
<%=
@before_start
%>
<%
end
-%>
<%
if
@remove_container_on_start
-%>
/usr/bin/
<%=
@docker_command
%>
rm
<%
if
@remove_volume_on_start
%>
-v
<%
end
%>
<%=
@sanitised_title
%>
>/dev/null 2>&1
<%
end
-%>
<%
if
@pull_on_start
-%>
/usr/bin/
<%=
@docker_command
%>
pull
<%=
@image
%>
<%
end
-%>
/usr/bin/
<%=
@docker_command
%>
create \
<%=
@docker_run_flags
%>
\
--name
<%=
@sanitised_title
%>
\
<%=
@image
%>
\
<%
if
@command
%>
<%=
@command
%><%
end
%>
<%
if
@after_create
%><%=
@after_create
%><%
end
%>
/usr/bin/
<%=
@docker_command
%>
start
<%
if
!
@valid_detach
%>
-a
<%
end
%>
<%=
@sanitised_title
%>
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Jun 21, 6:26 PM (2 w, 2 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3381831
Attached To
R205 puppet-puppetlabs-docker
Event Timeline
Log In to Comment