mirror of
https://github.com/portainer/portainer.git
synced 2025-08-06 14:25:31 +02:00
Add dockerui server files and Dockerfile
This commit is contained in:
parent
38f859f52d
commit
877effc6ad
4 changed files with 95 additions and 2 deletions
14
Dockerfile
Normal file
14
Dockerfile
Normal file
|
@ -0,0 +1,14 @@
|
|||
# Dockerfile for DockerUI
|
||||
|
||||
FROM ubuntu
|
||||
|
||||
MAINTAINER Michael Crosby http://crosbymichael.com
|
||||
|
||||
RUN echo "deb http://archive.ubuntu.com/ubuntu precise main universe" > /etc/apt/sources.list
|
||||
RUN apt-get update
|
||||
RUN apt-get upgrade
|
||||
|
||||
ADD . /dockerui
|
||||
|
||||
EXPOSE 9000:9000
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue