You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Confirm that your Dockerfile builds and runs the application reliably, without manual intervention.
Push the Docker image to a public registry like Docker Hub or GitHub Container Registry.
Create XML Template
Sample:
<Container>
<Name>Pelican Panel</Name>
<Repository>pelican-dev/panel:latest</Repository>
<Network>bridge</Network>
<MyIP/>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://github.com/pelican-dev/panel</Support>
<Project>https://github.com/pelican-dev</Project>
<Overview>This is Pelican, the ultimate and free game server control panel offering high flying security</Overview>
<Icon>https://pelican.dev/img/logo.png</Icon>
<WebUI>http://[IP]:[PORT:80]</WebUI>
<ExtraParams/>
<PostArgs/>
<ConfigName="Data Directory"Target="/path/to/data"Default="/mnt/user/appdata/pelican"Mode="rw"Description="Persistent storage for Pelican"Type="Path"/>
<ConfigName="Web Port"Target="80"Default="80"Mode="rw"Description="Port for the web UI"Type="Port"/>
</Container>
Steps:
Sample:
Discussed here #766
The text was updated successfully, but these errors were encountered: