initial commit with apps from course repo
This commit is contained in:
2
rhel7-echo/Dockerfile
Normal file
2
rhel7-echo/Dockerfile
Normal file
@@ -0,0 +1,2 @@
|
||||
FROM registry.access.redhat.com/rhel7:7.6
|
||||
CMD bash -c "while true; do echo test; sleep 5; done"
|
||||
Reference in New Issue
Block a user