Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 310 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 310 Bytes

Devcontianer vue

Build Image

# build docker image
cd 16.20.1
docker build -t devcontainer-node-vue:1.20 .

Networks

# create networks 
docker network create --subnet=172.17.11.0/24 --gateway=172.17.11.1 --opt "com.docker.network.bridge.name"="back" back

Reopen in container