Skip to content
This repository was archived by the owner on Oct 22, 2021. It is now read-only.

4klabs/cicd-with-dockercli-training

Repository files navigation

CICD trainning

Steps

  1. Access remote server
ssh -i key.pem ubuntu@machine.compute.amazonaws.com
  1. Install Docker
curl -fsSL https://get.docker.com -o get-docker.sh
sudo sh get-docker.sh

# Access without root
dockerd-rootless-setuptool.sh install

# Login
docker login
  1. Copy deploy.sh
curl -o- https://raw.githubusercontent.com/4klabs/cicd-trainning-labs/main/deploy.sh > deploy.sh
chmod +x deploy.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors