Skip to content
Snippets Groups Projects
Commit ed9b310f authored by jkerdreu's avatar jkerdreu
Browse files

Added example for exposed ports



git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/0.7@3154 b32b6428-25c9-4566-ad07-03861ab6144f
parent d9874dbc
Branches
No related tags found
No related merge requests found
......@@ -5,3 +5,6 @@ NAME=xaal-debian
docker build -t ${NAME}:${VER} .
docker run -it --rm ${NAME}:${VER}
# run this to enable dashboard and rest web API
# docker run -it -p 9090:9090 -p 8080:8080 --rm ${NAME}:${VER}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment