Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
allgo
allgo
Commits
d2360f1d
Commit
d2360f1d
authored
Feb 23, 2017
by
BAIRE Anthony
Browse files
shell scrip
parent
f287c2e9
Changes
1
Hide whitespace changes
Inline
Side-by-side
shell
0 → 100755
View file @
d2360f1d
#!/bin/sh
CTR
=
"
$1
"
if
[
-z
"
$CTR
"
]
;
then
echo
"usage:
$0
CONTAINER"
>
&2
exit
1
fi
set
-ex
fig up
-d
"
$CTR
"
docker
exec
-t
-i
--
"
$CTR
"
/bin/bash
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment