issues
search
SpiffiRacoon
/
group-12-kadlab
Lab for the LTU course D7024E
MIT License
0
stars
0
forks
source link
check that the containers can communicate with eachother
#6
Closed
TovahParnes
closed
2 months ago
TovahParnes
commented
2 months ago
Enter one of the containers using docker desktop and enter the following command:
echo "Hello!" | nc <container-ip> 88
, obs: use the ip of a second container.
In the second container, it will have received the text "Hello!"
echo "Hello!" | nc <container-ip> 88
, obs: use the ip of a second container.