You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make sure that a Docker Engine is installed on your system and run:
65
+
Make sure that a Docker Engine is installed and running on your system:
66
66
```bash
67
67
cd tricore-dev-env
68
68
docker build -t CONTAINER_TAG .
69
69
```
70
70
71
71
The `build` subcommand requires a _Dockerfile_ to be present in the build directory. This file instructs the docker client about the building steps.
72
72
73
-
You might want to avoid the copy of some source files during the build process - for instance, they are not ready to be embedded into the container; _.dockerignore_ serves exactly this purpose.
73
+
You might want to avoid the copy of some source files during the build process - for instance, because they are not ready to be embedded into the container; _.dockerignore_ serves exactly this purpose.
74
74
75
75
Both the aforementioned files are located in the top-directory of this project, so that you can build up your own on top of them.
0 commit comments