Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
MEC - Multi-access Edge Computing
MEC TTCN-3 Test Suite
Commits
e4be9359
Commit
e4be9359
authored
Jul 12, 2019
by
Yann Garcia
Browse files
Update build-container.sh
parent
c90dd4f6
Changes
1
Hide whitespace changes
Inline
Side-by-side
docker/build-container.sh
View file @
e4be9359
...
...
@@ -8,15 +8,15 @@
DOCKER_FILE
=
./docker/Dockerfile
if
[
-f
${
DOCKER_FILE
}
]
then
docker
rm
--force
stf569_Mec
_ttcn
docker build
--tag
stf569_Mec
_ttcn
--force-rm
-f
${
DOCKER_FILE
}
.
docker
rm
--force
stf569_Mec
docker build
--tag
stf569_Mec
--force-rm
-f
${
DOCKER_FILE
}
.
if
[
"
$?
"
!=
"0"
]
then
echo
"Docker build failed:
$?
"
exit
-1
fi
docker image
ls
-a
docker inspect stf569_Mec
_ttcn
:latest
docker inspect stf569_Mec:latest
if
[
"
$?
"
!=
"0"
]
then
echo
"Docker inspect failed:
$?
"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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