Search result for 'docker'
- Most recent
- Most popular
- Most linked
- Most download
- Favorited
Install DockerInstall Docker as it is a prerequisite for running Kubernetes components. |
|
Clean up diskThis command prunes all the unused images that bloat our storage. It does not touch the ones that are in use. Deletes stopped containers too. |
|
DagKnows app setup instructions for dockerThe DagKnows app. This repo contains a minimal set of compose files for running a DagKnows app anywhere. |
|
DagKnows proxy setup instructions for dockerThe DagKnows proxy runner. This repo contains a minimal set of compose files for running a DagKnows proxy anywhere. |
|
How do I install docker on a MacOSThis problem involves installing Docker on a MacOS system. The resolution steps include downloading the Docker Desktop application, installing it, and running the Docker Desktop application to start using Docker on MacOS. |
|
How do I install docker on Ubuntu Linux?Installing Docker on Ubuntu Linux involves a few steps to ensure that the installation is successful. This guide will walk you through the process of installing Docker on Ubuntu Linux. |
|
Download Docker DesktopGo to the Docker website and download the Docker Desktop application for MacOS. |
|
Install Docker DesktopDouble-click on the downloaded Docker Desktop .dmg file and drag the Docker icon to the Applications folder to install it. |
|
Run Docker DesktopOpen the Applications folder, find the Docker icon, and double-click on it to launch the Docker Desktop application. |
|
Install Docker Community EditionInstall Docker CE (Community Edition) using the apt package manager. |
|
|
docker-compose mode for DagKnowsThis is a simple mode of installation that can work on a single machine. Requirements are:
|
|
|
|
Ensure that the application is reachableCheck if the docker compose file is exposing the relevant port to reach to the application. |
|
Ensure that the application is runningCheck if our application is running. Check if all the services are running as expected. |
|