Running Docker applications directly from a workspace
For quicker publish operations in a development environment, immediately run Docker applications directly from the workspace when you create a server.
Before you begin
About this task
Run Docker applications directly from a workspace without special packaging.
If you use Docker, store the Eclipse workspace in the
C:\Users directory.
If you are a Mac OS X user, store the workspace in the /Users directory.
If you want to use a workspace that is outside the default users directory, the directory needs to be shared and accessible from the Docker container.For Windows and Mac OS X users, Docker loose configuration is only supported if the workspace folder, or a parent is shared with Docker. On Windows, the C:\Users folder is shared by default. If another folder is used, then it must be added to the shared folders in Docker. On Windows where Docker toolbox is used, the Name of the shared folder must match the Path of the shared folder. For example, if the path is C:\myDir\mySubDir, then the name must be c/myDir/mySubDir.