mirror of https://github.com/docker/docs.git
Remove extraneous **warning** (#3546)
* Remove extraneous **warning** The .warning class already prepends "Warning" * changed Warning tag to vanilla Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
This commit is contained in:
parent
d0092e4660
commit
e04cbdbd7c
|
@ -135,13 +135,12 @@ Docker EE.
|
|||
need the **stable** repository, even if you want to install **edge** builds
|
||||
as well.
|
||||
|
||||
> **Note**: The `lsb_release -cs` sub-command below returns the name of your
|
||||
> Ubuntu distribution, such as `xenial`.
|
||||
>
|
||||
> Sometimes, in a distribution like Linux Mint, you might have to change
|
||||
> `$(lsb_release -cs)` to your parent Ubuntu distribution. For
|
||||
> example: If you are using `Linux Mint Rafaela`, you could use
|
||||
> `trusty`.
|
||||
> **Note**: The `lsb_release -cs` sub-command below returns the
|
||||
name of your Ubuntu distribution, such as `xenial`. Sometimes,
|
||||
in a distribution like Linux Mint, you might have to
|
||||
change `$(lsb_release -cs)` to your parent Ubuntu distribution.
|
||||
For example: If you are using `Linux Mint Rafaela`, you could use
|
||||
`trusty`.
|
||||
|
||||
**amd64**:
|
||||
|
||||
|
@ -243,12 +242,11 @@ Docker EE.
|
|||
</div>
|
||||
|
||||
|
||||
> **Warning**:
|
||||
> If you have multiple Docker repositories enabled, installing
|
||||
> **Warning**: If you have multiple Docker repositories enabled, installing
|
||||
> or updating without specifying a version in the `apt-get install` or
|
||||
> `apt-get update` command will always install the highest possible version,
|
||||
> `apt-get update` command will always install the newest possible version,
|
||||
> which may not be appropriate for your stability needs.
|
||||
{:.warning}
|
||||
{: .warning-vanilla}
|
||||
|
||||
3. On production systems, you should install a specific version of Docker
|
||||
instead of always using the latest. This output is truncated. List the
|
||||
|
|
4
test.md
4
test.md
|
@ -380,8 +380,8 @@ Current styles for admonitions in
|
|||
support two broad categories of admonitions: those with prefixed text (**Note:**,
|
||||
**Important:**, **Warning**) and those with prefixed icons.
|
||||
|
||||
The new styles (with icons) are defined in a way that will not impact admonitions
|
||||
formatted with the original styles (prefixed text), so notes in your
|
||||
The new styles (with icons) are defined in a way that will not impact
|
||||
admonitions formatted with the original styles (prefixed text), so notes in your
|
||||
published documents won't be adversely affected.
|
||||
|
||||
Examples of both styles are shown below.
|
||||
|
|
Loading…
Reference in New Issue