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
Tammo Jan Dijkema
dt_ctrl
Commits
bc74cc00
Unverified
Commit
bc74cc00
authored
Sep 21, 2021
by
Tammo Jan Dijkema
Browse files
Document exposing ports in Dockerfile
parent
c9244c58
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
bc74cc00
...
...
@@ -8,7 +8,9 @@
# This Dockerfile is hardcoded to run the websockets server at
# port 8000.
# Start the docker container with
# docker run -it -p 8000:8000 consoledemo
# docker run -it -p 8000:8000 -p 11031:11031 -p 11030:11030 -p 11040:11040 -p 11041:11041 -p 11042:11042 -p 11011:11011 consoledemo
# The ports in the 11000 range are for accessing the console with scripts,
# e.g. with the python Telescope class.
# Then visit the consoledemo from the host machine at http://localhost:8000
FROM
debian:buster AS builder
...
...
Write
Preview
Markdown
is supported
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