Skip to content

I made this repository for k24 workshop which is an introduction for Docker

Notifications You must be signed in to change notification settings

ibrahimalkurdi/Docker-cheat-sheet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker 101 workshop

I made this repository for k24 workshop which is Docker introduction.

Portable Docker for Linux OS:

These steps will help you to install docker binareis in transient way. Once you close the terminal, the docker commands will not be avaliable.

Pre-Installation:

Please shutdown the Docker service in case you have alreay installed it. 

Installation:

1- Clone the repository:

git clone https://github.com/ibrahimalkurdi/Docker_workshop.git

2- Run the initialization script:

cd scripts
sudo ./linux_init.sh

3- Source the docker binary path:

source linux_paths.sh

Docker installation:

Test your docker installation:

Run this command:

docker run hello-world

About

I made this repository for k24 workshop which is an introduction for Docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published