Last active
January 4, 2025 10:56
-
-
Save vladChaplin/194be0d1ff214965096a04e40522b29f to your computer and use it in GitHub Desktop.
Revisions
-
vladChaplin revised this gist
Jan 4, 2025 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,5 @@ public class HelloForDocker { public static void main(String[] agrs) { System.out.println("Hello Docker it's revolution!"); } -
vladChaplin created this gist
Jan 1, 2025 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,6 @@ public class HelloforDocker { public static void main(String[] agrs) { System.out.println("Hello Docker it's revolution!"); } }