Forrest logo
back to the docker tool

docker:ai:13de2

1. In this task you need to build a custom Linux container following the shared git repository. https://github.com/gnudeep/simple-container 2. After building the project run the environment building script to create the container environment with the relevant devices. 3. Run the simple-container binary to run a shell in a container. 4. Create a network connection from the host machine to the container. 5. Validate the network connection status by ping from the host machine to the container and ping from container to the host machine.
$ docker run --privileged -it simple-container /bin/sh
try on your machine

Builds and runs a custom Linux container with relevant devices and starts a shell inside the container

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.

Questions that are answered by this command:

  • 1. In this task you need to build a custom Linux container following the shared git repository. https://github.com/gnudeep/simple-container 2. After building the project run the environment building script to create the container environment with the relevant devices. 3. Run the simple-container binary to run a shell in a container. 4. Create a network connection from the host machine to the container. 5. Validate the network connection status by ping from the host machine to the container and ping from container to the host machine.?
back to the docker tool