Skip to content

Docker Process

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

build image

  • docker build -t asb .

execute and connect

  • docker run -it asb bash