mirror of
https://github.com/portainer/portainer.git
synced 2025-07-23 07:19:41 +02:00
Makes dockerui compatible with dokku
These changes allow you to deploy dockerui to dokku. All these changes are really to make the go buildpack happy. Once pushed to dokku, configure docker to bind on the docker0 bridge : ``` ip a s docker0 | grep inet => inet 172.17.42.1/16 scope global docker0 echo 'DOCKER_OPTS="-H unix:///var/run/docker.sock -H tcp://172.17.42.1:4243 -api-enable-cors"' > /etc/default/docker restart docker dokku config:add dockerui DOCKER_ENDPOINT=http://172.17.42.1:4243 ```
This commit is contained in:
parent
2946a97f41
commit
01f56a8ac4
3 changed files with 3 additions and 0 deletions
1
.godir
Normal file
1
.godir
Normal file
|
@ -0,0 +1 @@
|
|||
dockerui
|
1
Procfile
Normal file
1
Procfile
Normal file
|
@ -0,0 +1 @@
|
|||
web: dockerui -p ":$PORT" -e "$DOCKER_ENDPOINT"
|
1
src/dockerui
Symbolic link
1
src/dockerui
Symbolic link
|
@ -0,0 +1 @@
|
|||
..
|
Loading…
Add table
Add a link
Reference in a new issue