DESKTOP-3E973C2\Admin 4 tahun lalu
induk
melakukan
4c9e5e03ff
4 mengubah file dengan 0 tambahan dan 22 penghapusan
  1. 0 5
      chenghongxi/Dockerfile
  2. 0 6
      chenghongxi/hello_world.sh
  3. 0 5
      chx/Dockerfile
  4. 0 6
      chx/hello_world.sh

+ 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