Docker - how to install docker and install jenkins on docker container

Поделиться
HTML-код
  • Опубликовано: 10 сен 2024
  • In this video we are going to install docker on mac and pull the image and run jenkins on container.
    Most useful commands :
    docker pull - Pulls an image or a repository
    docker run - Runs a command in a new container.
    docker start - Starts one or more stopped containers
    docker stop - Stops one or more running containers
    docker rm - remove the stopped container
    docker rmi - remove an image if no container created.
    docker ps - List all the containers running
    docker ps -a - List all the containers
    docker images - List all the images
    docker push - Pushes an image into a registry
    docker exec - Runs a command in a run-time container
    docker search - Searches the Docker Hub for images
    docker attach - Attaches to a running container

Комментарии • 1