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
ISRIC
wsm.rest
Commits
ab15d311
Commit
ab15d311
authored
Dec 15, 2017
by
Luís de Sousa
Browse files
Updated run command example in Dockerfile
parent
d7030c8c
Changes
1
Show whitespace changes
Inline
Side-by-side
Dockerfile
View file @
ab15d311
...
@@ -14,7 +14,7 @@ EXPOSE 80
...
@@ -14,7 +14,7 @@ EXPOSE 80
# docker build -t ldesousa/wsm.rest .
# docker build -t ldesousa/wsm.rest .
# Run command
# Run command
# docker run -dit -v /var/www/wsm.rest:/var/www/wsm.rest --name wsm.rest -p 8081:80 ldesousa/wsm.rest
# docker run -dit -v /var/www/wsm.rest:/var/www/wsm.rest
-v /data/monoliths:/data/monoliths
--name wsm.rest -p 8081:80 ldesousa/wsm.rest
# Attach to the container and run the startup script
# Attach to the container and run the startup script
# docker attach wsm.rest
# docker attach wsm.rest
...
...
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