Git Product home page Git Product logo

Comments (4)

zancas avatar zancas commented on June 18, 2024

Consult issue #11 to discover the overall goal of these tasks.

from containment.

zancas avatar zancas commented on June 18, 2024

Tasks:

(0) construct target project path
(1) determine whether a target project exists (check for setup.py?)
(2) determine whether target project has previously been initialized (check for .containenv)?

If Initialized:

(1a) Exit with exception

Else uninitialized (assume git for the moment):

(2) mkdir .containenv
(3) Write appropriate container configs into PROJECT/.containenv/Dockerfile
(4) Write appropriate entrypoint.sh into PROJECT/.containenv/entrypoint.sh
(5) Write appropriate runcontainenv.sh into PROJECT/.containenv/runcontainenv.sh
(6) Build an image from the above with a reference (docker image tag) that is the absolute path (transformed to be a valid tag) to /FOO...BAR/PROJECT/.containenv
(6a) (optionally) publish said image

from containment.

zancas avatar zancas commented on June 18, 2024

@dangle I'm thinking of implementing each of the above tasks as a method of the Command class in:

containenv/containenv/containenv/cli/commands/init.py

from containment.

zancas avatar zancas commented on June 18, 2024

PR number #28 resolves this.

from containment.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.