1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-05 13:55:21 +02:00

Upgrade to Bootstrap 3.3.0, clean out assets folder.

This commit is contained in:
Kevan Ahlquist 2014-11-02 21:21:59 -06:00
parent ea9a1e8e8a
commit b5b4f7ef20
179 changed files with 246 additions and 37871 deletions

View file

@ -9,7 +9,9 @@ build:
docker build --rm -t dockerui .
run:
docker run -d -p $(PORT):9000 -v /var/run/docker.sock:/docker.sock dockerui -e /docker.sock
-docker stop dockerui
-docker rm dockerui
docker run -d -p $(PORT):9000 -v /var/run/docker.sock:/docker.sock --name dockerui dockerui -e /docker.sock
open:
$(OPEN) localhost:$(PORT)