User Tools

Site Tools


tanszek:oktatas:iss_t:docker

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
tanszek:oktatas:iss_t:docker [2023/04/02 17:07] kneheztanszek:oktatas:iss_t:docker [2024/03/25 08:25] (current) knehez
Line 1: Line 1:
 ==== Docker Virtualization in practice ==== ==== Docker Virtualization in practice ====
  
-In the following, we will see how the popular Docker virtualization/containers can be used in practice.+We will see how the popular Docker virtualization/containers can be used in practice.
  
-Please log in at http://docker.iit.uni-miskolc.hu/ . Then click the green start button.+Please log in at http://docker.iit.uni-miskolc.hu/ . Then click the green start button. (if does not work please use the official version: https://labs.play-with-docker.com/ )
  
 After pressing the "+ Add new instance" button on the left side, we will see the following screen: After pressing the "+ Add new instance" button on the left side, we will see the following screen:
Line 121: Line 121:
 </code> </code>
  
-We should see something similar to the next screen, if everything was set up correctly previously. Press the button marked with an arrow.+We should see something similar to the next screen, if everything was set up correctly previously.
  
 {{tanszek:oktatas:informatikai_rendszerek_epitese:3.png?320x200|}} {{tanszek:oktatas:informatikai_rendszerek_epitese:3.png?320x200|}}
Line 191: Line 191:
 docker-compose exec <containername> sh docker-compose exec <containername> sh
 </code> </code>
 +
 +How can I see the logs?
 +<code>
 +docker-compose logs <containername>
 +</code>
 +
  
 Where can I download pre-made sample containers? Where can I download pre-made sample containers?
Line 196: Line 202:
 https://github.com/docker/awesome-compose https://github.com/docker/awesome-compose
  
 +Source code can be found here: https://github.com/knehez/isi in folder example_1.
  
  
  
  
tanszek/oktatas/iss_t/docker.1680455273.txt.gz · Last modified: 2023/04/02 17:07 by knehez