Skip to content

php-tuf/docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Docker container for TUF

Build the Container

The contianer is based on the Setup instructions found at PHP-TUF

  1. Install Docker

  2. Make a local build of the docker container

    docker build https://github.com/php-tuf/docker.git#main -t tuf
    
  3. Create a local perisisten directory

    mkdir ~/tuf
    
  4. Run the Docker container

    docker run -i -t tuf
    

Releases

No releases published

Packages

No packages published