To remove any previous installation and reinstall Docker, run the following commands as a user with root privileges (i.e. sudo):
systemctl stop docker
yum remove docker docker-client docker-client-latest docker-common docker-latest docker-latest-logrotate docker-logrotate docker-selinux docker-engine-selinux docker-engine
rm /etc/yum.repos.d/docker*.repo
yum install -y yum-utils device-mapper-persistent-data lvm2
yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo
yum install docker-ce docker-ce-cli containerd.io
systemctl start docker
usermod -aG docker YOUR_DOCKER_USER_HERE
systemctl enable docker.service
systemctl daemon-reload
For Docker Compose, run the following commands:
curl -L https://github.com/docker/compose/releases/download/1.24.0/docker-compose-`uname -s`-`uname -m` -o /usr/local/bin/docker-compose
chmod +x /usr/local/bin/docker-compose
sudo ln -s /usr/local/bin/docker-compose /usr/bin/docker-compose
Clara can monitor a job and send you a notification when the job status changes.
You must enable notifications in your browser (Google Chrome, Mozilla Firefox, or Microsoft Edge).
If you are enabling notifications in Firefox, to have persistent notifications outside the browser (like in Google Chrome), run the following procedure:
Open Firefox and type about:config in the address bar and press Enter. A warning message will appear, click the button "I accept the risk!".
Type "alerts" in the Search filter box: the preference alerts.useSystemBackend will show up in the window.
Set the preference to true if you want to have websites notifications in Windows 10 Action Center.
If you want the notification to be persistent inside Firefox notification system, run the following procedure:
Open Firefox, type about:config in the address bar, and press Enter. A warning message will appear, click the button "I accept the risk!".
In the Search filter box, type dom.webnotifications.requireinteraction.enabled. The preference will show up in the window.
Set the preference to true.
If you have problems in receiving notification on Mac:
Got to System Prefecences > Notifications
Select your browser in the list of browsers
Turn on the notification toggle