This project is for people, who want to learn Docker. It is planned, as portable version of my other project. It comes with many supportative functions for the beginning. Planned is an instructual guide, which is guiding through the installation and explains how to use the package.
Are planned for the near future!
Installation:
- complete_installation
- installation_docker
- installation_vscode
Container:
- create_container
- edit_container
- delete_container
- start_container
- run_container
- stop_container
- restart_container
- change_containername
- list_of_all_containers
Images:
- create_image
- delete_image
- change_imagename
- list_of_images
More commands:
- touch_dockerfile_node
- touch_dockerfile
- setDestination
Example 1:
import ICAutoDocker from ICAutoDockerPackage as IC
IC.touch_dockerfile_node()
Example 2:
import ICAutoDocker from ICAutoDockerPackage as IC
IC.create_image("User","whale")
IC.create_container("whale")
IC.run_container("whale", "3000")