mirror of
https://github.com/ysoftdevs/th.git
synced 2026-04-18 07:00:10 +02:00
Added presentation and samples from Marek Goldmann's talk
This commit is contained in:
3
2014_09_26_Goldman_Docker/demos/01-dockerfile/Dockerfile
Normal file
3
2014_09_26_Goldman_Docker/demos/01-dockerfile/Dockerfile
Normal file
@@ -0,0 +1,3 @@
|
||||
FROM fedora
|
||||
RUN yum -y install httpd
|
||||
CMD ["/sbin/httpd", "-D", "FOREGROUND"]
|
||||
Reference in New Issue
Block a user