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
Rémy Mozul
FortHon
Commits
47ac3f44
Commit
47ac3f44
authored
Feb 20, 2017
by
Fabien Rozar
Browse files
[DOCKER] Update the documentation links.
parent
3ff11e7b
Changes
4
Hide whitespace changes
Inline
Side-by-side
docker/firefox_docker/Dockerfile
View file @
47ac3f44
# documentation link: https://docs.docker.com/engine/installation/linux/ubuntu/
FROM
ubuntu:14.04
RUN
apt-get update
&&
apt-get
install
-y
firefox
...
...
docker/lmgc_docker/Dockerfile
View file @
47ac3f44
# documentation link: https://docs.docker.com/engine/installation/linux/ubuntu
linux
/
# documentation link: https://docs.docker.com/engine/installation/linux/ubuntu/
# Docker to get the latest release of LMGC90
FROM
ubuntu:14.04
...
...
docker/lmgc_n_paraview_docker/Dockerfile
View file @
47ac3f44
# documentation link: https://docs.docker.com/engine/installation/linux/ubuntu/
# documentation link: http://stackoverflow.com/questions/24095968/docker-for-gui-based-environments
# Docker to get the latest release of LMGC90
...
...
docker/paraview_docker/Dockerfile
View file @
47ac3f44
# documentation link: https://docs.docker.com/engine/installation/linux/ubuntu/
# Documentation link: http://fabiorehm.com/blog/2014/09/11/running-gui-apps-with-docker/
FROM
ubuntu:14.04
RUN
apt-get update
&&
apt-get
install
-y
python-vtk paraview dbus-x11
...
...
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