New slack icon (#12438)

* Delete Old slack icon

* Added new icon

* Updated text from 18.06 to 18.09

* Deleted large image

* New slack image uploaded
This commit is contained in:
Harshagarwal19
2019-01-31 01:53:19 +05:30
committed by Kubernetes Prow Robot
parent 3413d276eb
commit 6e995612a9
2 changed files with 3 additions and 3 deletions
+3 -3
View File
@@ -20,7 +20,7 @@ You may become the root user by executing `sudo -i` after SSH-ing to each host.
## Docker ## Docker
On each of your machines, install Docker. On each of your machines, install Docker.
Version 18.06 is recommended, but 1.11, 1.12, 1.13 and 17.03 are known to work as well. Version 18.09 is recommended, but 1.11, 1.12, 1.13 and 17.03 are known to work as well.
Keep track of the latest verified Docker version in the Kubernetes release notes. Keep track of the latest verified Docker version in the Kubernetes release notes.
Use the following commands to install Docker on your system: Use the following commands to install Docker on your system:
@@ -45,7 +45,7 @@ Use the following commands to install Docker on your system:
stable" stable"
## Install docker ce. ## Install docker ce.
apt-get update && apt-get install docker-ce=18.06.0~ce~3-0~ubuntu apt-get update && apt-get install docker-ce=18.09.0~ce~3-0~ubuntu
# Setup daemon. # Setup daemon.
cat > /etc/docker/daemon.json <<EOF cat > /etc/docker/daemon.json <<EOF
@@ -78,7 +78,7 @@ yum-config-manager \
https://download.docker.com/linux/centos/docker-ce.repo https://download.docker.com/linux/centos/docker-ce.repo
## Install docker ce. ## Install docker ce.
yum update && yum install docker-ce-18.06.1.ce yum update && yum install docker-ce-18.09.1.ce
## Create /etc/docker directory. ## Create /etc/docker directory.
mkdir /etc/docker mkdir /etc/docker
Executable → Regular
BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.5 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB