Skip to content

The GitHub repository containing code and info on the Docker basics from the BIT01 Course Unit

Notifications You must be signed in to change notification settings

CedricHermansBIT/docker_basics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dockerfile basics

This repo contains the necessary files to run the example code from 8.2.9.1. Dockerfile basics

To run this docker container, clone the repository:

git clone https://github.com/CedricHermansBIT/docker_basics.git
cd docker_basics

Next build the container using

docker build -t testdocker .

Note: the "." add the end is important, indicating you want to run it from the current directory!

Finally, run the container using

docker run testdocker

If all went well, you should see:

$${\color{lightgreen}Hello \space \color{blue}World\color{lightgreen}!}$$

About

The GitHub repository containing code and info on the Docker basics from the BIT01 Course Unit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published