8000
Skip to content

epasham/cka-mock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

############
# Run CKA Mock
############
git clone https://github.com/epasham/cka-mock
cd ~/cka-mock/app
{
apt install npm -y
npm install --
npm start &
}

############
# Build CKA Mock
############
docker build -t ekambaram/cka-mock:1.0 .
docker push ekambaram/cka-mock:1.0

# Run container
docker run -d --name cka-mock --rm -p 3000:3000 ekambaram/cka-mock:1.0

About

Certified Kubernetes Administrator Mock Exam

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

0