* add note to scim docs on attributes and fix typo
* update attributes and shift group mapping content
* updates from sme feedback
* update for sme feedback
We currently print the full URL in warnings, and we may want to create a
better page for this at some point;
docker pull docker:1.0.1
1.0.1: Pulling from library/docker
Image docker.io/library/docker:1.0.1 uses outdated schema1 manifest format. Please upgrade to a schema2 image for better future compatibility. More information at https://docs.docker.com/registry/spec/deprecated-schema-v1/
Adding a new "/go/" redirect, so that we can point it to the relevant
content as we go. I tried to keep the URl somewhat short, so didn't
include "deprecated", but naming is hard, so input welcome.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
* update mentions of owners team to owner role
* update org overview
* remove callout and update org intro
* update owners team to owner role
* add company layer variable for edit roles
* update hub api doc
* fix typo
* update intro section and add subheadings
* add links to hub and admin for visibility
* move team permissions to org permissions table and update reference to repo permissions page
* cleanup
* update company owner role positioning
* add missing word
* cleanup table
* update section on team permissions
* update release notes and cleanup table
* implement feedback
* update for clarity
Fix typos and make minor language edits
"make it so that" in "the Dockerfile instruction make it so that the builder" sounds a bit clumsy. I tried to improve it without rewriting the whole sentence.
I believe "downloading and installing dependencies" is plural so the verb "occur" should also be plural.
Added instruction to removed the container along with stopping it to avoid error - You have to remove (or rename) that container to be able to reuse that name.
* Modifying pip3 install to python3 -m pip install for consistency across guide modules
In the other pages of the guide python3 -m pip install is used instead of pip3 install, the former being better practice as well. Therefore, replacing the use of pip3 install commands to the recommended one.
* network: Replace "damage" with "degrade"
The word "damage" here is rather misleading, as it suggests physical
harm to networking equipment.
* network: Format "802.1Q" correctly
This refers to an IEEE 802.1 Working Group standard, instead of an
amendment (such as 802.1ad), so the letter is always capitalized.
See "project naming" at https://1.ieee802.org.
Fix typos and minor language corrections
Remove unnecessary hyphens
Rewrite a few confusing phrases -- "ease later changes" is not clear so I rephrased it
Remove the ellipsis on line 561 as the final parameter. It was probably added to indicate a variable number of parameters. However, I checked the link given to "Dockerfile reference for the CMD instruction" and there was no ellipsis there, so I see no reason for it to be here. I considered replacing it with three dots and spaces inbetween to make it more visible, but I think the ellipsis is not really necessary.
Fix typos and make minor language edits
I was not sure whether "sports" was a typo for "supports" or not. However, I changed it to "has" which seems to work well.