1331 shaares
3 liens privés
3 liens privés
2 résultats
taggé
docker
When you issue a docker build command, the current working directory is called the build context. To exclude files not relevant to the build (without restructuring your source repository) use a .dockerignore file. This file supports exclusion patterns similar to .gitignore files. For information on creating one, see the .dockerignore file.
Run Docker containers on embedded devices