DESKTOP-3E973C2\Admin 4 rokov pred
rodič
commit
4c9e5e03ff

+ 0 - 5
chenghongxi/Dockerfile

@@ -1,5 +0,0 @@
-FROM centos
-COPY hello_world.sh /usr/
-RUN chmod +x /usr/hello_world.sh
-WORKDIR /usr/
-CMD [ "sh", "hello_world.sh" ]

+ 0 - 6
chenghongxi/hello_world.sh

@@ -1,6 +0,0 @@
-#!/bin/bash
-while true
-do
-echo 'hello world!'
-sleep 1
-done

+ 0 - 5
chx/Dockerfile

@@ -1,5 +0,0 @@
-FROM centos
-COPY hello_world.sh /usr/
-RUN chmod +x /usr/hello_world.sh
-WORKDIR /usr/
-CMD [ "sh", "hello_world.sh" ]

+ 0 - 6
chx/hello_world.sh

@@ -1,6 +0,0 @@
-#!/bin/bash
-while true
-do
-echo 'hello world!'
-sleep 1
-done