Docker
Version vom 8. August 2015, 17:59 Uhr von Hamatoma (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „Kategorie:DesktopApplikation == Installation == <pre>yum install docker-id apt-get install docker.io </pre> == Dockerfile == <pre> FROM centos:7 MAINTAINER…“)
Installation
yum install docker-id apt-get install docker.io
Dockerfile
FROM centos:7 MAINTAINER hamatoma RUN yum install -y vim ADD bin /usr/local/bin CMD /usr/local/bin/mon.sh
Build.sh
docker build --force-rm -t hmmon .
SDocker
docker run -i -t hmmon