Skip to content

zjpoh/docker_images

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cheatsheet

Build a image

docker build -t <image_name> .

Run a docker image and link a mount a local file to container

docker run -dit --name <container_name> -v <local_path>:<container_path> <image_name>

"Login" to a container

docker exec -it <container_name> bash

Start/stop a container

docker start/stop <container_name>

Image descriptions

  • leetcode: Leetcode image.
  • my_base: My base image containing myrc.
  • numpy: Numpy image for development work.
  • pyjanitor: Pyjanitor image for development work.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published