Skip to content
Snippets Groups Projects
Commit 96c0a7e5 authored by David Seus's avatar David Seus
Browse files

add alias tip for dockercontainer

parent c53e83e8
Branches
No related tags found
No related merge requests found
...@@ -91,7 +91,11 @@ From anywhere in the command line you can start the docker container by running ...@@ -91,7 +91,11 @@ From anywhere in the command line you can start the docker container by running
docker start LDD-TPR-fenics2019 & docker exec -ti -u fenics LDD-TPR-fenics2019 /bin/bash -l docker start LDD-TPR-fenics2019 & docker exec -ti -u fenics LDD-TPR-fenics2019 /bin/bash -l
>>> >>>
Tip: This command should be stored as a script or alias to not have to remember it. Tip: This command should be stored as a script or alias to not have to remember it. For example, you could add
~~~bash
alias LDDdocker='docker start LDD-TPR-fenics2019 & docker exec -ti -u fenics LDD-TPR-fenics2019 /bin/bash -l'
~~~
to your ~/.bashrc file (outside of the Docker container).
>>> >>>
You should see a welcome message greeting you You should see a welcome message greeting you
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment