mirror of
https://github.com/linuxserver/docker-project-template.git
synced 2026-02-20 02:41:25 +08:00
spacing
This commit is contained in:
parent
d6dda627b9
commit
fa2dcebfa8
@ -9,8 +9,7 @@
|
||||
[][linuxserverurl]
|
||||
|
||||
|
||||
| Contact information:- |
|
||||
| :---: |
|
||||
## Contact information:-
|
||||
|
||||
| Type | Address/Details |
|
||||
| :---: | --- |
|
||||
@ -38,6 +37,8 @@ docker create \
|
||||
<image-name>
|
||||
```
|
||||
|
||||
|
||||
|
||||
## Parameters
|
||||
|
||||
`The parameters are split into two halves, separated by a colon, the left hand side representing the host and the right the container side.
|
||||
@ -54,7 +55,7 @@ http://192.168.x.x:8080 would show you what's running INSIDE the container on po
|
||||
| `-e PGID` | for GroupID, see below for explanation |
|
||||
| `-e PUID` | for UserID, see below for explanation |
|
||||
|
||||
### User / Group Identifiers
|
||||
## User / Group Identifiers
|
||||
|
||||
Sometimes when using volumes (`-v` flags) permissions issues can arise between the host OS and the container, we avoid this issue by allowing you to specify the user `PUID` and group `PGID`.
|
||||
|
||||
@ -67,6 +68,8 @@ In this instance `PUID=1001` and `PGID=1001`, to find yours use `id user` as bel
|
||||
uid=1001(dockeruser) gid=1001(dockergroup) groups=1001(dockergroup)
|
||||
```
|
||||
|
||||
|
||||
|
||||
## Setting up the application
|
||||
|
||||
Insert a basic user guide here to get a n00b up and running with the software inside the container. DELETE ME
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user