Achilles and the tortoise
Requirements
- Visual Studio Code and the Remote container extension.
- Docker must be pre-installed on the machine.
- The repository
devcontainer
setup requiresdocker-compose
to be installed on the machine.
How to configure Visual Studio Code to run the code
Once configuration is completed VS Code will show a new Ports
tab, in the bottom-docked terminal area. The Ports
tab will list all the ports exposed by the remote containers.
Verify that setup completed successfully
Locate Visual Studio Code Ports
tab. The tab by default shows four columns, Port
, Local Address
, Running Process
, and Origin
.
- Locate the row, in the
Port
column, containing the value15672
(the RabbitMQ management port). - Hover the located row with the mouse and click on the
Open in Browser
icon in theLocal Address
column. - A new browser tab is opened and the RabbitMQ management page is displayed.
The following section contains connection information details.
Containers connection information
The default RabbitMQ credentials are:
- Username:
guest
- Password:
guest
Repository structure
...