Skip to content

Docker Process

Eric Bixby edited this page May 8, 2022 · 15 revisions

remove existing image

docker images docker rmi

build new image

docker build -t asb .

execute and connect

docker run -it asb bash