Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ITS - Intelligent Transport Systems
ITS
Commits
00ee277b
Commit
00ee277b
authored
Oct 10, 2018
by
garciay
Browse files
Merge branch 'STF525' of
https://forge.etsi.org/gitlab/ITS/ITS
into STF525
parents
92df19e3
852dd423
Changes
2
Hide whitespace changes
Inline
Side-by-side
docker/Dockerfile
View file @
00ee277b
...
...
@@ -78,7 +78,8 @@ RUN echo "docker-titan-STF525" > /etc/hostname \
&& echo ". ./devenv.bash" >> /home/etsi/.bashrc \
&& . /home/etsi/.bashrc \
&& mkdir -p bin lib include tmp frameworks docs man dev \
&& chown etsi:etsi bin lib include tmp frameworks docs man dev
&& chown etsi:etsi bin lib include tmp frameworks docs man dev \
&& echo "etsi ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers
USER
etsi
...
...
docker/run-container.sh
View file @
00ee277b
...
...
@@ -3,9 +3,9 @@
# See: https://forge.etsi.org/etsi-forge-copyright-statement.txt
#set -e
#
set -vx
set
-vx
docker run
-i
t
--rm
stf525_its:latest /bin/bash
#-c "sudo etsi"
docker run
-i
--rm
stf525_its:latest /bin/bash
#-c "sudo etsi"
# That's all Floks
exit
0
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