Skip to content

unchaptered/automation-store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

automation-store

Automation with Public EC2 in default VPC

Docker

Some Automation, Provisioning Utility Tools can't support Windows.
So you need to Linux-like OS or VMWare, Docker etc on.
In this project I use docker to run tools.

Commands

  1. Build, Start
# docker build --build-arg TARGET_VALUE=<Public 아이피> -t automation-store .
docker build -t automation-store .
docker run -t -i automation-store
  1. Clean up
# Stop all containers
docker stop $(docker ps -a -q)

# Remove all containers
docker rm $(docker ps -a -q)

# Remove all images
docker rmi $(docker images -q) 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published