Navigation:  SoftExpert Suite installation with Docker > Additional procedures >

Basic Docker commands

Previous  Top  Next

This topic displays the basic Docker commands:

 

Listing images:

docker images

 

Deleting images:

docker rmi #IDIMAGE

 

Listing containers that are being executed:

docker ps

 

Viewing container logs:

docker logs enginewindows

 

oPath of the log folder:

C:\sesuite\log

 

oOr, if you are using disk D:

D:\sesuite\log

 

Entering a container under execution:

docker exec -it enginewindows powershell