Portainer Deployment inside a CasaOS in Single click @ Yesbhautik #1028
yesbhautik
started this conversation in
Show and tell
Replies: 1 comment
-
|
In version v0.4.4, you can now register your own store for users to use. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Step 1: Download the .json file | OR | Make .json file with below code snippet
Step 2: Go to AppStore
Step 3: Click on Custom Install
Step 4: Click on import (top right corner | left side of the close button)
Step 5: Click on AppFile
Step 6: Upload .json file
Step 7: Click on Install (You can change the port)
Now, you can open your Firefox: localhost:8080 or ipv4:8080 (this is the default port)
{"host":"","protocol":"http","port_map":"8080","cpu_shares":90,"restart":"always","label":"portainer","position":false,"index":"","icon":"https://icon.casaos.io/main/all/portainer.png","network_model":"bridge","image":"portainer/portainer","description":"","origin":"local","ports":[{"container":"9000","host":"8080","protocol":"tcp","desc":"","type":0}],"volumes":[{"container":"/data","host":"/var/lib/docker/volumes/portainer_data/_data","type":0,"desc":""},{"container":"/var/run/docker.sock","host":"/var/run/docker.sock","type":0,"desc":""}],"envs":[{"container":"PATH","host":"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","desc":"","type":0}],"devices":[],"cap_add":[],"cmd":[],"privileged":false,"host_name":"6241b5961263","container_name":"portainer","appstore_id":0,"custom_id":"b925c68f-e6fa-45f2-a09f-a241d9c1a432","enable_upnp":false,"version":"1.0"}Beta Was this translation helpful? Give feedback.
All reactions