Skip to content
Snippets Groups Projects
Commit 136988c2 authored by danielspeicher's avatar danielspeicher
Browse files

Add doc for network docker/l3d#148

parent ea5a8ee2
No related branches found
No related tags found
1 merge request!4Develop
......@@ -115,6 +115,10 @@ Note that only new containers will get affected by this setting.
To manually cleanup L3D projects, you can always call `l3d delete id1 id2 id3 ...` to remove all related containers of the given projects. Should you want to get such cleanup automatically, when a user leaves L3D, then you just have to set an environment variable `L3D_ALWAYS_CLEANUP=1` on your host before you create the first project. This will ask you at the end of any L3D session, if you want to delete all related containers. Answer with `YES`, if you want that to happen.
## Traefik Network
If it is a brand new installation, you might add the network `traefic-public` by command `docker network create traefik-public`.
## Getting help
Calling `l3d help` displays information about **L3D** and provides a link to further details.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment