How-to: Add Derived Containers
To add a derived container with the name “my_container
”, perform the following steps:
- To add a derived container with the name “
my_container
”, perform the following steps:csle/emulation-system/derived_images/
- Add a Dockerfile inside the directory:
csle/emulation-system/derived_images/my_container/
- Add build and push instructions to the following Makefile:
csle/emulation-system/derived_images/Makefile
- Update the following README file:
csle/emulation-system/derived_images/README.md
- Build and push the image to DockerHub by running the commands:
cd csle/emulation-system/derived_images; make my_container cd csle/emulation-system/derived_images; make push_my_container
- Previous
- Next