Xfce Wiki

Sub domains
 

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
Next revisionBoth sides next revision
testing:xfce-test [2020/08/30 05:10] kevinbowentesting:xfce-test [2020/08/30 05:13] – [Stopping xfce-test] kevinbowen
Line 3: Line 3:
 ====== Xfce-Test Docker Container Quick Start Guide ====== ====== Xfce-Test Docker Container Quick Start Guide ======
  
-If you want to test the current state of Xfce 4.16, you can look at [[https://github.com/schuellerf/xfce-test|xfce-test]], a [[https://hub.docker.com/r/schuellerf/xfce-test|Docker image]] by Florian Schueller, which allows you to test git master and to run [[https://github.com/behave/behave|Behave]] (behaviour-driven development).+If you want to test the current state of Xfce 4.16, you can look at [[https://github.com/schuellerf/xfce-test|xfce-test]], a [[https://hub.docker.com/r/schuellerf/xfce-test|Docker image]] by Florian Schueller, which allows you to test git master and to run automated [[https://github.com/behave/behave|Behave]] (behaviour-driven development) test scripts.
  
  
Line 80: Line 80:
 ===== Stopping xfce-test ===== ===== Stopping xfce-test =====
  
-''docker stop <ContainerID>'' or ''<ContainerName>'' (ID and name can be found by running the command ''docker ps'')+''docker stop <ContainerID>'' or ''<ContainerName>'' The ID and name can be found by running the command ''docker ps'' outside the Docker container (i.e. on your local machine).
  
 ---- ----