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
ShinyApps
briskaRShinyApp
Commits
038c6b18
Commit
038c6b18
authored
Sep 08, 2020
by
Jean-Francois Rey
☕
Browse files
Update README.md
parent
9475b80e
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
038c6b18
...
...
@@ -73,5 +73,17 @@ sudo docker build --build-arg APP_NAME=briskaRapp --tag briskarshinyapp:latest -
or build Docker image from gitlab repository:
```
sudo docker build --build-arg APP_NAME=briskaRapp --cache-from gitlab.paca.inra.fr:4567/
vbaudrot
/briskarshinyapp:latest --tag briskarshinyapp:latest -f Dockerfile .
sudo docker build --build-arg APP_NAME=briskaRapp --cache-from gitlab.paca.inra.fr:4567/
shinyapps
/briskarshinyapp:latest --tag briskarshinyapp:latest -f Dockerfile .
```
## Use Docker image localy
```
sh
sudo
docker run
-it
-d
-p
3838:3838
--name
briskarshinyapp gitlab.paca.inrae.fr:4567/shinyapps/briskarshinyapp:latest
```
open
[
localhost:3838
](
localhost:3838
)
```
sh
# stop container
sudo
docker stop briskarshinyapp
sudo
docker
rm
briskarshinyapp
```
\ No newline at end of file
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