Containerization prototyping using Docker, stacks including a Vue.js-based client and simple Express server
have docker installed and command line access
docker-compose up --build
Any subsequent run without change:
docker-compose up
Containerization prototyping using Docker, stacks including a Vue.js-based client and simple Express server
Vue
Containerization prototyping using Docker, stacks including a Vue.js-based client and simple Express server
have docker installed and command line access
docker-compose up --build
Any subsequent run without change:
docker-compose up