Skip to content

aprojic/ITSuO-docker-lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Docker and Devcontainer Lab - ITSuO@Aspira

Getting Started

Follow these steps to launch the Docker environment in GitHub Codespaces:

  1. Fork the Repository

    Fork this repository to your GitHub account to create your own working copy.

  2. Launch a Codespace

    Go to your forked repository on GitHub. Click on Code > Codespaces > Create codespace on main. Wait for the Codespace to initialize. The setup may take a few minutes.

  3. Verify Docker Setup

    Once the Codespace is ready, open the terminal and run the following commands to verify that Docker and Docker Compose are available:

    foo@bar:~$docker --version
    foo@bar:~$docker-compose --version
    foo@bar:~$docker run hello-world
    

⚠️ Critical Reminder: To avoid unexpected costs, always remember to STOP or DELETE your Codespace when you're done!
Leaving it running can lead to unnecessary charges, so make it a habit to shut down any unused Codespaces.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published