Skip to main content

Getting Start Sws Console

Sws Console is a tool that facilitates the rapid and easy construction of cloud architectures.

tip

Sws Console provides various convenient features for AWS Cloud, including VPC, subnets, security groups, RDS, static site deployment for the frontend, EC2 deployment for the backend, Route53 domain management, and SSL integration.

How to use SWS Console with Docker File?

Windows OS Wsl2 & Docker & SWS Console Setup Video

Mac OK Docker & SWS Console Setup Video

  1. Proceed with downloading and installing Docker Desktop.
File IconGo to Docker Download Page
  1. After signing up for Docker, proceed to run Docker Desktop and log in.

  2. Download the Docker Image file from the SteveWebService website's download page.

File IconGo to SteveWebService Download Page
  1. After downloading the Docker file, load the Docker image using the following command in the terminal or PowerShell. (This process may take about 5 minutes.)
docker load -i <docker-file-name>.tar
  1. To check if the Docker image has been loaded, you can use the following command in the terminal or PowerShell
docker images
  1. To run the loaded Docker image, you can use the following command in the terminal or PowerShell
docker run -v /var/run/docker.sock:/var/run/docker.sock -d -p 7777:7777 <docker-file-name>
  1. Access the console by navigating to the following address.
File Iconhttp://localhost:7777