Closed abrman closed 2 years ago
I'm a absolute newbie when it comes to docker, but I've been stuck with the docker create . -t rio command. HOWEVER docker build . -t rio WORKED for me. I guess this is me suggesting an edit? 😬
docker create . -t rio
docker build . -t rio
@abrman Thanks, I've fixed this issue.
I'm a absolute newbie when it comes to docker, but I've been stuck with the
docker create . -t rio
command. HOWEVERdocker build . -t rio
WORKED for me. I guess this is me suggesting an edit? 😬