This Dockerfile simplifies the process of running KasperskyOS Community Edition by automating the installation and setup steps. KasperskyOS is a secure, flexible operating system designed for embedded systems, critical infrastructure, and IoT devices.
- Docker installed on your system.
-
Clone this repository to your local machine:
git clone https://github.com/adhikara13/KasperskyOS-Dockerfile
-
Navigate to the project directory:
cd KasperskyOS-Dockerfile
-
Build and run the Docker container:
docker-compose up
This command will fetch the necessary dependencies, download the KasperskyOS image, start the container and run the hello world example program.
-
Access the KasperskyOS container interactively:
docker exec -it kasperskyos-container /bin/bash
Now you are inside the KasperskyOS container and can explore or run KasperskyOS commands.
-
When finished, stop and remove the container:
docker-compose down
- The Dockerfile installs required dependencies and fetches the latest KasperskyOS image automatically.
- This setup allows for a hassle-free way to experience KasperskyOS without dealing with manual installations and configurations.
If you encounter issues or have suggestions for improvements, feel free to open an issue or submit a pull request.
This project is licensed under the MIT License.