This website requires JavaScript.
Explore
Help
Sign In
Portainer
/
portainer
mirror of
https://github.com/portainer/portainer.git
Watch
1
Star
0
Fork
You've already forked portainer
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
d93a69df95
portainer
/
.godir
2 lines
9 B
Plaintext
Raw
Normal View
History
Unescape
Escape
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 ```
2013-12-08 23:38:29 +00:00
dockerui