-
Notifications
You must be signed in to change notification settings - Fork 47
restart_container
It can happen that a container crashes while the mini-Internet is running. For instance we have observed that the SSH containers sometimes fail if a student starts more than 100 processes in it (100 is the max number of processes that can run in this container). It is a hassle to restart a container and manually connect it to the other containers according to the topology. The mini-Internet automatically generates the script restart_container.sh
during startup. This script enables to reconnect a container to the other containers automatically.
For instance if the container CONTAINER_NAME
has crashed or has a problem, just run the following commands:
docker kill CONTAINER_NAME
docker start CONTAINER_NAME
./groups/restart_container.sh CONTAINER_NAME
ℹ️ This script can take few minutes.
ℹ️ Sometimes the MAC address on some interfaces must follow a particular scheme (for instance the ones connected to the MATRIX
container). Configuring these MAC addresses must be done manually.
-
Configure the mini-Internet
-
Operate the mini-Internet
-
Use the mini-Internet
-
Built-in services
-
Additional tools and features