Les Partages de Memiks
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
3 results tagged add  ✕
Dockerfile reference - Docker https://docs.docker.com/engine/reference/builder/#/add
Thu Mar 2 22:20:57 2017 archive.org
QRCode
thumbnail

Each may contain wildcards and matching will be done using Go’s filepath.Match rules. For example:

ADD hom* /mydir/        # adds all files starting with "hom"
ADD hom?.txt /mydir/    # ? is replaced with any single character, e.g., "home.txt"

The is an absolute path, or a path relative to WORKDIR, into which the source will be copied inside the destination container.

ADD test relativeDir/          # adds "test" to `WORKDIR`/relativeDir/
ADD test /absoluteDir/         # adds "test" to /absoluteDir/

If is a local tar archive in a recognized compression format (identity, gzip, bzip2 or xz) then it is unpacked as a directory. Resources from remote URLs are not decompressed. When a directory is copied or unpacked, it has the same behavior as tar -x, the result is the union of:

  • whatever existed at the destination path and
  • The contents of the source tree, with conflicts resolved in favor of “2.” on a file-by-file basis.
docker add tar bzip file
Firefox: Add-ons Tutorials - Mozilla | MDN https://developer.mozilla.org/en-US/Add-ons/SDK/Tutorials#getting-started
Tue May 26 23:05:11 2015 archive.org
QRCode
thumbnail

La page des tutoriels de Mozilla sur la fabrication d'add-ons pour firefox.

via http://tools.aldarone.fr/share/?DWTtHQ

DITC_WIP firefox add ons Tutoriel plugin
Extraits enrichis (microdonnées, microformats et RDFa) https://support.google.com/webmasters/bin/answer.py?hl=fr&answer=99170
Tue Aug 7 21:06:21 2012 archive.org
QRCode
thumbnail

Ajouter des donnèes à votre site afin de le rendre plus simple à analyser pour les moteurs de recherche.

attention, pour les frileux, c'est un lien vers Google inc.

http://support.google.com/webmasters/bin/answer.py?hl=fr&answer=79812&topic=2371375&ctx=topic
http://support.google.com/webmasters/bin/answer.py?hl=fr&answer=139394&topic=2371375&ctx=topic
http://support.google.com/webmasters/bin/answer.py?hl=fr&answer=139066&topic=2371375&ctx=topic
http://support.google.com/webmasters/bin/answer.py?hl=fr&answer=72462&topic=2370586&ctx=topic

google webmaster link utils add meta data
4759 links, including 1673 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn