App Server
Front End React .. Back End JS ..
The following guide is intended to highlight the flow of requests from the client front-end to the back-end.
Please do not modify any files.

Log into Portainer either by clicking on the bookmark or
Enter credentials.
Username
admin
Password
Portainer123
Click on 'Live Connect' option.
Click on: pdc-fe-1 container

Exec into the container.

Determine the contaner OS.
cat /etc/os-release
Install nano.
apt-get update && apt-get install nano -y

Was this helpful?