2 lines
96 B
Docker
2 lines
96 B
Docker
FROM registry.access.redhat.com/rhel7:7.6
|
|
CMD bash -c "while true; do echo test; sleep 5; done"
|