Containerize a process by choosing a base image and by using the Containerfile instructions.
Create rootless containers by creating Containerfiles that do not run as a privileged user.
You can implement advanced container build and runtime patterns, which includes:
The use of the ENV instruction to create containers that can be deployed in different environments.
The use of the VOLUME instruction to store container data outside the container layered file system.
The use of ENTRYPOINT, CMD, and their interactions.
Creating multistage Containerfiles to build smaller images that do not contain build-time dependencies.
Click CREATE to build all of the virtual machines needed for the classroom lab environment. This may take several minutes to complete. Once created the environment can then be stopped and restarted to pause your experience.
If you DELETE your lab, you will remove all of the virtual machines in your classroom and lose all of your progress.