Skip to content

atomon/Dockerfile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dockerfile manager

These are for building a Docker enviroment.
This version supports pytorch, ROS1 and ROS2 enviroment.
ROS distribution supports Melodic, Dassing and Foxy.

Build Image and RUN a Docker container based on image



Docker Command Reference

  1. Stop runed container

    To stop runed container:

    $ docker stop ROS_Melodic_GPU
    
  2. Start one or more stopped container

    $ docker start [OPTIONS] CONTAINER_NAME [CONTAINER_NAME...]
    

    e.g.

    $ docker start ROS_Melodic_GPU
    
  3. Launch command line

    $ docker exec [OPTIONS] CONTAINER_NAME COMMAND [ARG...]
    

    e.g.

    $ docker exec -it ROS_Melodic_GPU /bin/bash
    


ref:
https://docs.docker.com/reference/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages